summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/pumpkin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/monsters/pumpkin.xml')
-rw-r--r--graphics/sprites/monsters/pumpkin.xml24
1 files changed, 11 insertions, 13 deletions
diff --git a/graphics/sprites/monsters/pumpkin.xml b/graphics/sprites/monsters/pumpkin.xml
index 544b6b95..62342e20 100644
--- a/graphics/sprites/monsters/pumpkin.xml
+++ b/graphics/sprites/monsters/pumpkin.xml
@@ -1,16 +1,14 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monsters/pumpkin.png" width="50" height="50" />
-
- <action name="stand" imageset="base">
- <animation>
- <frame index="1"/>
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation>
- <frame index="0"/>
- </animation>
- </action>
+ <imageset name="base" src="graphics/sprites/monsters/pumpkin.png" width="50" height="50"/>
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="1"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
</sprite>