diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-23 14:57:31 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-23 14:57:31 +0200 |
commit | 68fc44b17c52dadd00a39eef4e50a70560911f5b (patch) | |
tree | 09fa03e6111a718a1fdc076fda0897b5d2adc1c0 /graphics/sprites | |
parent | c32ae52a65d298a84e43941e84f3935baf5c6863 (diff) | |
download | clientdata-68fc44b17c52dadd00a39eef4e50a70560911f5b.tar.gz clientdata-68fc44b17c52dadd00a39eef4e50a70560911f5b.tar.bz2 clientdata-68fc44b17c52dadd00a39eef4e50a70560911f5b.tar.xz clientdata-68fc44b17c52dadd00a39eef4e50a70560911f5b.zip |
Placed all emotes in the graphics/emotes/ folder for clarity.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/emote.png (renamed from graphics/sprites/emotions.png) | bin | 11952 -> 11952 bytes | |||
-rw-r--r-- | graphics/sprites/emote.xml | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/sprites/emotions.png b/graphics/sprites/emote.png Binary files differindex 91babc8c..91babc8c 100644 --- a/graphics/sprites/emotions.png +++ b/graphics/sprites/emote.png diff --git a/graphics/sprites/emote.xml b/graphics/sprites/emote.xml index 231d6ed2..b2e1a340 100644 --- a/graphics/sprites/emote.xml +++ b/graphics/sprites/emote.xml @@ -2,11 +2,12 @@ <!-- Original Author possible tmw, tmw br, ufb projects Copyright (C) 2010-2011 Evol Online --> <sprite variants="15" variant_offset="1"> - <imageset name="base" src="graphics/sprites/emotions.png" width="30" height="32" /> + <imageset name="base" src="graphics/sprites/emote.png" width="30" height="32"/> <action name="stand" imageset="base"> <animation direction="default"> - <frame index="0" /> + <frame index="0"/> </animation> </action> + </sprite> |