diff options
Diffstat (limited to 'graphics/sprites/emote.xml')
-rw-r--r-- | graphics/sprites/emote.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/graphics/sprites/emote.xml b/graphics/sprites/emote.xml index 6a5653c2..af238f3f 100644 --- a/graphics/sprites/emote.xml +++ b/graphics/sprites/emote.xml @@ -1,9 +1,15 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2012-2013 Evol Online --> <sprite variants="18" 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="default" imageset="emotes"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> |