-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpriteLight.project.gmx
55 lines (55 loc) · 1.81 KB
/
SpriteLight.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
55
<!--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\sprGrass</sprite>
<sprite>sprites\sprTree</sprite>
<sprites name="Player1">
<sprite>sprites\sprChar1</sprite>
<sprite>sprites\sprChar1NorthRunning</sprite>
<sprite>sprites\sprChar1NorthStanding</sprite>
<sprite>sprites\sprChar1EastRunning</sprite>
<sprite>sprites\sprChar1EastStanding</sprite>
<sprite>sprites\sprChar1WestRunning</sprite>
<sprite>sprites\sprChar1WestStanding</sprite>
<sprite>sprites\sprChar1SouthStanding</sprite>
<sprite>sprites\sprChar1SouthRunning</sprite>
</sprites>
<sprite>sprites\slLight1_spr</sprite>
</sprites>
<backgrounds name="background">
<background>background\bgGrass</background>
</backgrounds>
<paths name="paths"/>
<scripts name="scripts">
<script>scripts\initOutdoors.gml</script>
<script>scripts\slCreateLight.gml</script>
<script>scripts\slUpdateShadow.gml</script>
<script>scripts\slCreateShadow.gml</script>
<script>scripts\slUpdateLight.gml</script>
</scripts>
<objects name="objects">
<object>objects\objGrass</object>
<object>objects\objPlayer</object>
<object>objects\objTree</object>
<object>objects\slShadow</object>
<object>objects\slLight</object>
<object>objects\slCaster</object>
<object>objects\slEngine</object>
</objects>
<rooms name="rooms">
<room>rooms\rmOutside</room>
</rooms>
<help>
<rtf>help.rtf</rtf>
</help>
<TutorialState>
<IsTutorial>0</IsTutorial>
<TutorialName></TutorialName>
<TutorialPage>0</TutorialPage>
</TutorialState>
</assets>