Commit 70a68e1bdc2a725160b1c48419fa9e559797552c

Authored by 杨桓桓
1 parent 97439fba
Exists in master

res

Showing 38 changed files with 67 additions and 0 deletions   Show diff stats
.gitignore 0 → 100644
@@ -0,0 +1,67 @@ @@ -0,0 +1,67 @@
  1 +#/////////////////////////////////////////////////////////////////////////////
  2 +# Fireball Projects
  3 +#/////////////////////////////////////////////////////////////////////////////
  4 +
  5 +library/
  6 +temp/
  7 +local/
  8 +build/
  9 +
  10 +#/////////////////////////////////////////////////////////////////////////////
  11 +# Logs and databases
  12 +#/////////////////////////////////////////////////////////////////////////////
  13 +
  14 +*.log
  15 +*.sql
  16 +*.sqlite
  17 +
  18 +#/////////////////////////////////////////////////////////////////////////////
  19 +# files for debugger
  20 +#/////////////////////////////////////////////////////////////////////////////
  21 +
  22 +*.sln
  23 +*.csproj
  24 +*.pidb
  25 +*.unityproj
  26 +*.suo
  27 +
  28 +#/////////////////////////////////////////////////////////////////////////////
  29 +# OS generated files
  30 +#/////////////////////////////////////////////////////////////////////////////
  31 +
  32 +.DS_Store
  33 +ehthumbs.db
  34 +Thumbs.db
  35 +
  36 +#/////////////////////////////////////////////////////////////////////////////
  37 +# exvim files
  38 +#/////////////////////////////////////////////////////////////////////////////
  39 +
  40 +*UnityVS.meta
  41 +*.err
  42 +*.err.meta
  43 +*.exvim
  44 +*.exvim.meta
  45 +*.vimentry
  46 +*.vimentry.meta
  47 +*.vimproject
  48 +*.vimproject.meta
  49 +.vimfiles.*/
  50 +.exvim.*/
  51 +quick_gen_project_*_autogen.bat
  52 +quick_gen_project_*_autogen.bat.meta
  53 +quick_gen_project_*_autogen.sh
  54 +quick_gen_project_*_autogen.sh.meta
  55 +.exvim.app
  56 +
  57 +#/////////////////////////////////////////////////////////////////////////////
  58 +# webstorm files
  59 +#/////////////////////////////////////////////////////////////////////////////
  60 +
  61 +.idea/
  62 +
  63 +#//////////////////////////
  64 +# VS Code
  65 +#//////////////////////////
  66 +
  67 +.vscode/
0 \ No newline at end of file 68 \ No newline at end of file
images/UI/切图/游戏中/btn_add.png 0 → 100755

2.99 KB

images/UI/切图/游戏中/btn_menus.png 0 → 100755

4.16 KB

images/UI/切图/游戏中/cube_adbg_10px.png 0 → 100755

492 Bytes

images/UI/切图/游戏中/icon_star.png 0 → 100755

7.66 KB

images/UI/切图/游戏中/littletree_1.png 0 → 100755

3.93 KB

images/UI/切图/游戏中/littletree_2.png 0 → 100755

4.52 KB

images/UI/切图/游戏中/littletree_3.png 0 → 100755

7.44 KB

images/UI/切图/游戏中/littletree_4.png 0 → 100755

7.46 KB

images/UI/切图/游戏中/littletree_5.png 0 → 100755

7.46 KB

images/UI/切图/游戏中/littletree_6.png 0 → 100755

13.2 KB

images/UI/切图/游戏中/system_3.png 0 → 100755

13 KB

images/UI/切图/游戏中/system_3_1.png 0 → 100755

1.2 KB

images/UI/切图/游戏中/杯罩.png 0 → 100755

21.2 KB

images/UI/切图/游戏中/杯罩2.png 0 → 100755

548 Bytes

images/UI/切图/游戏中/杯罩底座.png 0 → 100755

6.34 KB

images/UI/切图/游戏中/果树显示的水滴.png 0 → 100755

1.57 KB

images/UI/切图/首页/btn_play1.png 0 → 100755

13.4 KB

images/UI/切图/首页/tree_1.png 0 → 100755

7.67 KB

images/UI/切图/首页/tree_2.png 0 → 100755

7.36 KB

images/UI/切图/首页/tree_3.png 0 → 100755

21.4 KB

images/UI/切图/首页/tree_4.png 0 → 100755

38.1 KB

images/UI/切图/首页/tree_5.png 0 → 100755

38.1 KB

images/UI/切图/首页/tree_6.png 0 → 100755

38.1 KB

images/UI/切图/首页/助力的水.png 0 → 100755

23.1 KB

images/UI/切图/首页/排行榜.png 0 → 100755

18.8 KB

images/UI/切图/首页/极限挑战.png 0 → 100755

17.1 KB

images/UI/切图/首页/水滴icon_1.png 0 → 100755

10.7 KB

images/UI/切图/首页/浇水.png 0 → 100755

15.3 KB

images/UI/切图/首页/浇水提示框.png 0 → 100755

858 Bytes

images/UI/切图/首页/消灭星星得水滴.png 0 → 100755

7.47 KB

images/UI/切图/首页/红点.png 0 → 100755

1.28 KB

images/UI/切图/首页/背景.png 0 → 100755

753 KB

images/UI/切图/首页/进度条1.png 0 → 100755

2.56 KB

images/UI/切图/首页/进度条2.png 0 → 100755

17.6 KB

images/UI/切图/首页/送货到家.png 0 → 100755

26.9 KB

images/UI/切图/首页/邀请奖励.png 0 → 100755

21.5 KB

images/UI/切图/首页/领水滴.png 0 → 100755

18.7 KB