diff options
Diffstat (limited to 'graphics/sprites/monsters/plant.xml')
-rw-r--r-- | graphics/sprites/monsters/plant.xml | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/graphics/sprites/monsters/plant.xml b/graphics/sprites/monsters/plant.xml index 778f12f8..a7c2fd82 100644 --- a/graphics/sprites/monsters/plant.xml +++ b/graphics/sprites/monsters/plant.xml @@ -1,18 +1,14 @@ <?xml version="1.0"?> <sprite> - - <imageset name="base" src="graphics/sprites/monsters/plant.png|W" width="46" height="42" /> - - <action name="stand" imageset="base"> - <animation> - <frame index="0"/> - </animation> - </action> - - <action name="dead" imageset="base"> - <animation> - <frame index="1"/> - </animation> - </action> - + <imageset name="base" src="graphics/sprites/monsters/plant.png|W" width="46" height="42"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> </sprite> |