-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMathBlaster.ccs
More file actions
102 lines (102 loc) · 4.25 KB
/
MathBlaster.ccs
File metadata and controls
102 lines (102 loc) · 4.25 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<Solution>
<PropertyGroup Name="MathBlaster" Version="3.10.0.0" Type="CocosStudio" />
<SolutionFolder>
<Group ctype="ResourceGroup">
<RootFolder Name=".">
<Folder Name="media">
<Folder Name="Fonts">
<TTF Name="ArticulaDisplaySSI.ttf" />
<TTF Name="Deanna.ttf" />
<TTF Name="DK Cool Crayon.ttf" />
<TTF Name="Impact.ttf" />
<TTF Name="StrangeWorld.ttf" />
</Folder>
<Folder Name="graphics">
<Image Name="advanceBtn.png" />
<Image Name="advancedMode.png" />
<Image Name="back.png" />
<Image Name="button.png" />
<Image Name="buttonOK.PNG" />
<Image Name="correct.png" />
<Image Name="diffBtn.png" />
<Image Name="diffComplete.png" />
<Image Name="EasyButton.png" />
<Image Name="easyMode.png" />
<Image Name="exit.png" />
<Image Name="fairySpeech.png" />
<Image Name="fairySpritesheet.png" />
<File Name="fairySpritesheet.xml" />
<Image Name="frogattack.png" />
<Image Name="funny-frogs-1600x1200-30160.png" />
<Image Name="home.jpg" />
<Image Name="homeIcon.PNG" />
<Image Name="HomeInstructionBtn.png" />
<Image Name="HomePlayBtn.png" />
<Image Name="HomeQuitBtn.png" />
<Image Name="InstructionScreen.jpg" />
<Image Name="life.png" />
<Image Name="line.png" />
<Image Name="menu.png" />
<Image Name="MrFroggy.png" />
<Image Name="msgbox.png" />
<Image Name="myspritesheet.png" />
<File Name="myspritesheet.xml" />
<Image Name="nextbutton.png" />
<Image Name="pause.png" />
<Image Name="scroll.png" />
<Image Name="startgame background.png" />
<File Name="tongue.xml" />
<Image Name="white.png" />
<Image Name="wood.png" />
</Folder>
<Folder Name="home">
<Image Name="HOME.png" />
<Image Name="INS.png" />
<Image Name="PLAY.png" />
<Image Name="scoreboard.png" />
</Folder>
<Folder Name="operations">
<Image Name="addition.png" />
<Image Name="DIVISION.png" />
<Image Name="multiplication.png" />
<Image Name="Subtraction.png" />
</Folder>
<Folder Name="scoreboard">
<Image Name="advance.png" />
<Image Name="bac.png" />
<Image Name="difficultyScroll.png" />
<Image Name="easy.png" />
<Image Name="normal.png" />
<Image Name="scoreboardScroll.png" />
<Image Name="wrong.png" />
</Folder>
<Folder Name="sounds">
<Audio Name="bit of fun.mp3" />
<Audio Name="swallowing.mp3" />
</Folder>
</Folder>
<Project Name="advancedModeComplete.csd" Type="Layer" />
<Project Name="difficultModeComplete.csd" Type="Layer" />
<Project Name="difficultyLayer.csd" Type="Layer" />
<Project Name="DifficultyScene.csd" Type="Scene" />
<Project Name="easyModeComplete.csd" Type="Layer" />
<Project Name="firstLayer.csd" Type="Layer" />
<Project Name="homeBackgroundLayer.csd" Type="Layer" />
<Project Name="homeButtonLayer.csd" Type="Layer" />
<Project Name="layerBackgroundPlay.csd" Type="Layer" />
<Project Name="layerInstruction.csd" Type="Layer" />
<Project Name="LevelLayer.csd" Type="Layer" />
<Project Name="MainScene.csd" Type="Scene" />
<Project Name="MenuLayer.csd" Type="Layer" />
<Project Name="nodeOptions.csd" Type="Node" />
<Project Name="operationLayer.csd" Type="Layer" />
<Project Name="operationScene.csd" Type="Scene" />
<Project Name="playerNameLayer.csd" Type="Layer" />
<Project Name="playerNameScene.csd" Type="Scene" />
<Project Name="PlayScene.csd" Type="Scene" />
<Project Name="ScoreboardLayer.csd" Type="Layer" />
<Project Name="ScoreboardScene.csd" Type="Scene" />
</RootFolder>
</Group>
</SolutionFolder>
</Solution>