diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..640d65b --- /dev/null +++ b/.gitignore @@ -0,0 +1,67 @@ +#///////////////////////////////////////////////////////////////////////////// +# Fireball Projects +#///////////////////////////////////////////////////////////////////////////// + +library/ +temp/ +local/ +build/ + +#///////////////////////////////////////////////////////////////////////////// +# Logs and databases +#///////////////////////////////////////////////////////////////////////////// + +*.log +*.sql +*.sqlite + +#///////////////////////////////////////////////////////////////////////////// +# files for debugger +#///////////////////////////////////////////////////////////////////////////// + +*.sln +*.csproj +*.pidb +*.unityproj +*.suo + +#///////////////////////////////////////////////////////////////////////////// +# OS generated files +#///////////////////////////////////////////////////////////////////////////// + +.DS_Store +ehthumbs.db +Thumbs.db + +#///////////////////////////////////////////////////////////////////////////// +# exvim files +#///////////////////////////////////////////////////////////////////////////// + +*UnityVS.meta +*.err +*.err.meta +*.exvim +*.exvim.meta +*.vimentry +*.vimentry.meta +*.vimproject +*.vimproject.meta +.vimfiles.*/ +.exvim.*/ +quick_gen_project_*_autogen.bat +quick_gen_project_*_autogen.bat.meta +quick_gen_project_*_autogen.sh +quick_gen_project_*_autogen.sh.meta +.exvim.app + +#///////////////////////////////////////////////////////////////////////////// +# webstorm files +#///////////////////////////////////////////////////////////////////////////// + +.idea/ + +#////////////////////////// +# VS Code +#////////////////////////// + +.vscode/ \ No newline at end of file diff --git a/images/UI/切图/游戏中/btn_add.png b/images/UI/切图/游戏中/btn_add.png new file mode 100755 index 0000000..0814e3d Binary files /dev/null and b/images/UI/切图/游戏中/btn_add.png differ diff --git a/images/UI/切图/游戏中/btn_menus.png b/images/UI/切图/游戏中/btn_menus.png new file mode 100755 index 0000000..3c1abbb Binary files /dev/null and b/images/UI/切图/游戏中/btn_menus.png differ diff --git a/images/UI/切图/游戏中/cube_adbg_10px.png b/images/UI/切图/游戏中/cube_adbg_10px.png new file mode 100755 index 0000000..fb6a07c Binary files /dev/null and b/images/UI/切图/游戏中/cube_adbg_10px.png differ diff --git a/images/UI/切图/游戏中/icon_star.png b/images/UI/切图/游戏中/icon_star.png new file mode 100755 index 0000000..daa4128 Binary files /dev/null and b/images/UI/切图/游戏中/icon_star.png differ diff --git a/images/UI/切图/游戏中/littletree_1.png b/images/UI/切图/游戏中/littletree_1.png new file mode 100755 index 0000000..7ec1db2 Binary files /dev/null and b/images/UI/切图/游戏中/littletree_1.png differ diff --git a/images/UI/切图/游戏中/littletree_2.png b/images/UI/切图/游戏中/littletree_2.png new file mode 100755 index 0000000..625c4c6 Binary files /dev/null and b/images/UI/切图/游戏中/littletree_2.png differ diff --git a/images/UI/切图/游戏中/littletree_3.png b/images/UI/切图/游戏中/littletree_3.png new file mode 100755 index 0000000..f3162d2 Binary files /dev/null and b/images/UI/切图/游戏中/littletree_3.png differ diff --git a/images/UI/切图/游戏中/littletree_4.png b/images/UI/切图/游戏中/littletree_4.png new file mode 100755 index 0000000..2dc2fe9 Binary files /dev/null and b/images/UI/切图/游戏中/littletree_4.png differ diff --git a/images/UI/切图/游戏中/littletree_5.png b/images/UI/切图/游戏中/littletree_5.png new file mode 100755 index 0000000..2dc2fe9 Binary files /dev/null and b/images/UI/切图/游戏中/littletree_5.png differ diff --git a/images/UI/切图/游戏中/littletree_6.png b/images/UI/切图/游戏中/littletree_6.png new file mode 100755 index 0000000..99a0c3a Binary files /dev/null and b/images/UI/切图/游戏中/littletree_6.png differ diff --git a/images/UI/切图/游戏中/system_3.png b/images/UI/切图/游戏中/system_3.png new file mode 100755 index 0000000..3e0a7c5 Binary files /dev/null and b/images/UI/切图/游戏中/system_3.png differ diff --git a/images/UI/切图/游戏中/system_3_1.png b/images/UI/切图/游戏中/system_3_1.png new file mode 100755 index 0000000..a14bf44 Binary files /dev/null and b/images/UI/切图/游戏中/system_3_1.png differ diff --git a/images/UI/切图/游戏中/杯罩.png b/images/UI/切图/游戏中/杯罩.png new file mode 100755 index 0000000..a7eaf29 Binary files /dev/null and b/images/UI/切图/游戏中/杯罩.png differ diff --git a/images/UI/切图/游戏中/杯罩2.png b/images/UI/切图/游戏中/杯罩2.png new file mode 100755 index 0000000..987484a Binary files /dev/null and b/images/UI/切图/游戏中/杯罩2.png differ diff --git a/images/UI/切图/游戏中/杯罩底座.png b/images/UI/切图/游戏中/杯罩底座.png new file mode 100755 index 0000000..c7f7fd3 Binary files /dev/null and b/images/UI/切图/游戏中/杯罩底座.png differ diff --git a/images/UI/切图/游戏中/果树显示的水滴.png b/images/UI/切图/游戏中/果树显示的水滴.png new file mode 100755 index 0000000..ccc3dcf Binary files /dev/null and b/images/UI/切图/游戏中/果树显示的水滴.png differ diff --git a/images/UI/切图/首页/btn_play1.png b/images/UI/切图/首页/btn_play1.png new file mode 100755 index 0000000..d70adc0 Binary files /dev/null and b/images/UI/切图/首页/btn_play1.png differ diff --git a/images/UI/切图/首页/tree_1.png b/images/UI/切图/首页/tree_1.png new file mode 100755 index 0000000..6af95c5 Binary files /dev/null and b/images/UI/切图/首页/tree_1.png differ diff --git a/images/UI/切图/首页/tree_2.png b/images/UI/切图/首页/tree_2.png new file mode 100755 index 0000000..8c17a9b Binary files /dev/null and b/images/UI/切图/首页/tree_2.png differ diff --git a/images/UI/切图/首页/tree_3.png b/images/UI/切图/首页/tree_3.png new file mode 100755 index 0000000..58b1b4e Binary files /dev/null and b/images/UI/切图/首页/tree_3.png differ diff --git a/images/UI/切图/首页/tree_4.png b/images/UI/切图/首页/tree_4.png new file mode 100755 index 0000000..835b6ca Binary files /dev/null and b/images/UI/切图/首页/tree_4.png differ diff --git a/images/UI/切图/首页/tree_5.png b/images/UI/切图/首页/tree_5.png new file mode 100755 index 0000000..835b6ca Binary files /dev/null and b/images/UI/切图/首页/tree_5.png differ diff --git a/images/UI/切图/首页/tree_6.png b/images/UI/切图/首页/tree_6.png new file mode 100755 index 0000000..835b6ca Binary files /dev/null and b/images/UI/切图/首页/tree_6.png differ diff --git a/images/UI/切图/首页/助力的水.png b/images/UI/切图/首页/助力的水.png new file mode 100755 index 0000000..8bf39d1 Binary files /dev/null and b/images/UI/切图/首页/助力的水.png differ diff --git a/images/UI/切图/首页/排行榜.png b/images/UI/切图/首页/排行榜.png new file mode 100755 index 0000000..e6ae7dc Binary files /dev/null and b/images/UI/切图/首页/排行榜.png differ diff --git a/images/UI/切图/首页/极限挑战.png b/images/UI/切图/首页/极限挑战.png new file mode 100755 index 0000000..b56b948 Binary files /dev/null and b/images/UI/切图/首页/极限挑战.png differ diff --git a/images/UI/切图/首页/水滴icon_1.png b/images/UI/切图/首页/水滴icon_1.png new file mode 100755 index 0000000..5b5eb64 Binary files /dev/null and b/images/UI/切图/首页/水滴icon_1.png differ diff --git a/images/UI/切图/首页/浇水.png b/images/UI/切图/首页/浇水.png new file mode 100755 index 0000000..8683c59 Binary files /dev/null and b/images/UI/切图/首页/浇水.png differ diff --git a/images/UI/切图/首页/浇水提示框.png b/images/UI/切图/首页/浇水提示框.png new file mode 100755 index 0000000..8d76e73 Binary files /dev/null and b/images/UI/切图/首页/浇水提示框.png differ diff --git a/images/UI/切图/首页/消灭星星得水滴.png b/images/UI/切图/首页/消灭星星得水滴.png new file mode 100755 index 0000000..34b74cb Binary files /dev/null and b/images/UI/切图/首页/消灭星星得水滴.png differ diff --git a/images/UI/切图/首页/红点.png b/images/UI/切图/首页/红点.png new file mode 100755 index 0000000..96e8e25 Binary files /dev/null and b/images/UI/切图/首页/红点.png differ diff --git a/images/UI/切图/首页/背景.png b/images/UI/切图/首页/背景.png new file mode 100755 index 0000000..ced142b Binary files /dev/null and b/images/UI/切图/首页/背景.png differ diff --git a/images/UI/切图/首页/进度条1.png b/images/UI/切图/首页/进度条1.png new file mode 100755 index 0000000..0ccb53a Binary files /dev/null and b/images/UI/切图/首页/进度条1.png differ diff --git a/images/UI/切图/首页/进度条2.png b/images/UI/切图/首页/进度条2.png new file mode 100755 index 0000000..b14d1ae Binary files /dev/null and b/images/UI/切图/首页/进度条2.png differ diff --git a/images/UI/切图/首页/送货到家.png b/images/UI/切图/首页/送货到家.png new file mode 100755 index 0000000..77e5188 Binary files /dev/null and b/images/UI/切图/首页/送货到家.png differ diff --git a/images/UI/切图/首页/邀请奖励.png b/images/UI/切图/首页/邀请奖励.png new file mode 100755 index 0000000..8cd4539 Binary files /dev/null and b/images/UI/切图/首页/邀请奖励.png differ diff --git a/images/UI/切图/首页/领水滴.png b/images/UI/切图/首页/领水滴.png new file mode 100755 index 0000000..6b3740f Binary files /dev/null and b/images/UI/切图/首页/领水滴.png differ -- libgit2 0.21.0