diff options
Diffstat (limited to 'xml/entities.xml')
-rw-r--r-- | xml/entities.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/xml/entities.xml b/xml/entities.xml index b95b5a6..1759f1f 100644 --- a/xml/entities.xml +++ b/xml/entities.xml @@ -10,7 +10,7 @@ </Sprite> <Direction /> <Solid /> - <Illuminate radius="100" /> + <Illuminate radius="75" /> <Wander> countdown = 0 @@ -89,7 +89,7 @@ </npc> <skirl> - <Position value="300.0,100.0" /> + <Position /> <Visible value="0.2" /> <Sprite> <frame> @@ -97,7 +97,7 @@ </frame> </Sprite> <Direction /> - <Health value="50" /> + <Health value="200" ouch="assets/sounds/badOuch.wav" /> <Solid /> <Physics /> <Name value="SKIRL" /> @@ -113,7 +113,7 @@ end hostile = function() - + end </Wander> <Aggro/> @@ -226,8 +226,7 @@ </chest> <trigger> - <Position value="200.0,100.0" /> - <Direction /> - <Solid value="1.0,1.0" /> + <Position value="0.0,100.0" /> + <Solid value="1.0,500.0" /> <Trigger /> </trigger> |