-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathway.project.gmx
54 lines (54 loc) · 1.7 KB
/
way.project.gmx
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
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
<assets>
<Configs name="configs">
<Config>Configs\Default</Config>
</Configs>
<NewExtensions/>
<sounds name="sound"/>
<sprites name="sprites">
<sprite>sprites\sZhuPan</sprite>
<sprite>sprites\sBig</sprite>
<sprite>sprites\sBigEye</sprite>
<sprite>sprites\sSmall</sprite>
<sprite>sprites\sXiaoQiang</sprite>
<sprite>sprites\sButton</sprite>
</sprites>
<backgrounds name="background"/>
<paths name="paths"/>
<scripts name="scripts">
<script>scripts\scr_button.gml</script>
<script>scripts\scr_draw.gml</script>
<script>scripts\scr_update.gml</script>
<script>scripts\scr_init.gml</script>
<script>scripts\scr_check.gml</script>
<script>scripts\scr_turn_right.gml</script>
<script>scripts\scr_add_updater.gml</script>
<script>scripts\scr_update_down_three.gml</script>
<script>scripts\scr_isJump.gml</script>
<script>scripts\scr_down_three.gml</script>
<script>scripts\scr_can_down_three.gml</script>
</scripts>
<fonts name="fonts">
<font>fonts\font0</font>
</fonts>
<objects name="objects">
<object>objects\oPathZhuPan</object>
<object>objects\oPathBig</object>
<object>objects\oControl</object>
<object>objects\oButton</object>
<object>objects\oPathBigEye</object>
<object>objects\oPathSmall</object>
<object>objects\oPathXiaoQiang</object>
</objects>
<rooms name="rooms">
<room>rooms\room0</room>
</rooms>
<help>
<rtf>help.rtf</rtf>
</help>
<TutorialState>
<IsTutorial>0</IsTutorial>
<TutorialName></TutorialName>
<TutorialPage>0</TutorialPage>
</TutorialState>
</assets>