diff options
Diffstat (limited to 'graphics/sprites/icon-haste-potion.xml')
-rw-r--r-- | graphics/sprites/icon-haste-potion.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/graphics/sprites/icon-haste-potion.xml b/graphics/sprites/icon-haste-potion.xml index c24b3c7d..01b8a71f 100644 --- a/graphics/sprites/icon-haste-potion.xml +++ b/graphics/sprites/icon-haste-potion.xml @@ -1,13 +1,13 @@ -<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/icon-potion-c.png|G:#da69e5,ffdaff" width="13" height="20" />
-
- <action name="default" imageset="base">
- <animation direction="default">
- <frame index="0" offsetY="-12" delay="100"/>
- <frame index="1" offsetY="-12" delay="100"/>
- <frame index="2" offsetY="-12" delay="100"/>
- <frame index="3" offsetY="-12" delay="100"/>
- </animation>
- </action>
-</sprite>
+<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icon-potion-c.png|G:#da69e5,ffdaff" width="13" height="20" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-12" delay="100"/> + <frame index="1" offsetY="-12" delay="100"/> + <frame index="2" offsetY="-12" delay="100"/> + <frame index="3" offsetY="-12" delay="100"/> + </animation> + </action> +</sprite> |