diff options
Diffstat (limited to 'graphics/sprites/emote.xml')
-rw-r--r-- | graphics/sprites/emote.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/sprites/emote.xml b/graphics/sprites/emote.xml index 37b1b20f..4f483fb9 100644 --- a/graphics/sprites/emote.xml +++ b/graphics/sprites/emote.xml @@ -1,11 +1,9 @@ <?xml version="1.0"?> <sprite variants="42" variant_offset="1"> - <imageset name="emotes" src="graphics/sprites/emote.png" width="30" height="32"/> - - <action name="stand" imageset="emotes"> - <animation direction="default"> - <frame index="0"/> - </animation> - </action> - + <imageset name="emotes" src="graphics/sprites/emote.png" width="30" height="32"/> + <action name="stand" imageset="emotes"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> |