-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVector.project.gmx
38 lines (38 loc) · 1.19 KB
/
Vector.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
<!--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\spr_vector_up</sprite>
<sprite>sprites\spr_vector_down</sprite>
<sprite>sprites\spr_vector_idle</sprite>
<sprite>sprites\spr_vector_right</sprite>
<sprite>sprites\spr_vector_left</sprite>
<sprite>sprites\spr_monster_up</sprite>
<sprite>sprites\spr_monster_left</sprite>
<sprite>sprites\spr_monster_right</sprite>
<sprite>sprites\spr_monster_down</sprite>
<sprite>sprites\spr_monster_idle</sprite>
<sprite>sprites\spr_vector_to_monster</sprite>
<sprite>sprites\spr_monster_to_vector</sprite>
</sprites>
<backgrounds name="background"/>
<paths name="paths"/>
<objects name="objects">
<object>objects\obj_vector</object>
</objects>
<rooms name="rooms">
<room>rooms\rm_main</room>
</rooms>
<help>
<rtf>help.rtf</rtf>
</help>
<TutorialState>
<IsTutorial>0</IsTutorial>
<TutorialName></TutorialName>
<TutorialPage>0</TutorialPage>
</TutorialState>
</assets>