-
Notifications
You must be signed in to change notification settings - Fork 11
/
SushiNeko-Cpp.ccs
87 lines (87 loc) · 3.38 KB
/
SushiNeko-Cpp.ccs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<Solution>
<PropertyGroup Name="SushiNeko-Cpp" Version="2.2.6.0" Type="CocosStudio" />
<SolutionFolder>
<Group ctype="ResourceGroup">
<RootFolder Name=".">
<Project Name="MainScene.csd" Type="Scene" />
<Project Name="Character.csd" Type="Node" />
<Project Name="Piece.csd" Type="Node" />
<Folder Name="Assets">
<Folder Name="Fonts">
<TTF Name="Game of Three.ttf" />
</Folder>
<Folder Name="Images">
<Folder Name="resources-1x">
<Image Name="background.png" />
<Image Name="button.png" />
<Image Name="buttonPressed.png" />
<Image Name="character1.png" />
<Image Name="character2.png" />
<Image Name="character3.png" />
<Image Name="chopstick.png" />
<Image Name="gameOver.png" />
<Image Name="life.png" />
<Image Name="life_bg.png" />
<Image Name="mat.png" />
<Image Name="roll.png" />
<Image Name="tap_left.png" />
<Image Name="tap_right.png" />
<Image Name="title.png" />
</Folder>
<Folder Name="resources-2x">
<Image Name="background.png" />
<Image Name="button.png" />
<Image Name="buttonPressed.png" />
<Image Name="character1.png" />
<Image Name="character2.png" />
<Image Name="character3.png" />
<Image Name="chopstick.png" />
<Image Name="gameOver.png" />
<Image Name="life.png" />
<Image Name="life_bg.png" />
<Image Name="mat.png" />
<Image Name="roll.png" />
<Image Name="tap_left.png" />
<Image Name="tap_right.png" />
<Image Name="title.png" />
</Folder>
<Folder Name="resources-3x">
<Image Name="background.png" />
<Image Name="button.png" />
<Image Name="buttonPressed.png" />
<Image Name="character1.png" />
<Image Name="character2.png" />
<Image Name="character3.png" />
<Image Name="chopstick.png" />
<Image Name="gameOver.png" />
<Image Name="life.png" />
<Image Name="life_bg.png" />
<Image Name="mat.png" />
<Image Name="roll.png" />
<Image Name="tap_left.png" />
<Image Name="tap_right.png" />
<Image Name="title.png" />
</Folder>
<Folder Name="resources-4x">
<Image Name="background.png" />
<Image Name="button.png" />
<Image Name="buttonPressed.png" />
<Image Name="character1.png" />
<Image Name="character2.png" />
<Image Name="character3.png" />
<Image Name="chopstick.png" />
<Image Name="gameOver.png" />
<Image Name="life.png" />
<Image Name="life_bg.png" />
<Image Name="mat.png" />
<Image Name="roll.png" />
<Image Name="tap_left.png" />
<Image Name="tap_right.png" />
<Image Name="title.png" />
</Folder>
</Folder>
</Folder>
</RootFolder>
</Group>
</SolutionFolder>
</Solution>