summaryrefslogtreecommitdiff
path: root/graphics/sprites/icon-green-barrier.xml
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-02-10 00:36:04 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-02-10 00:36:04 +0100
commita632b8ca5e374a575bda0cfa2b6ffb9cce1079e3 (patch)
treed644b45b8dd4007a8cf79e6dc9606ac292ed59bd /graphics/sprites/icon-green-barrier.xml
parent06de23b027b75e66d488e029d5b2c2207537dc9c (diff)
downloadclientdata-a632b8ca5e374a575bda0cfa2b6ffb9cce1079e3.tar.gz
clientdata-a632b8ca5e374a575bda0cfa2b6ffb9cce1079e3.tar.bz2
clientdata-a632b8ca5e374a575bda0cfa2b6ffb9cce1079e3.tar.xz
clientdata-a632b8ca5e374a575bda0cfa2b6ffb9cce1079e3.zip
Fixed status effect icons Y offsets for the 0.6 client.
The new client is handling sprites in a unified way regarding the Y offset. Thus, icons, which are sprites, had to be adapted. We decided to simplify the offset in the new client so that the handling there is more simple in the long term. The icon will have an offset in the 0.5.x clients but it should still be bearable.
Diffstat (limited to 'graphics/sprites/icon-green-barrier.xml')
-rw-r--r--graphics/sprites/icon-green-barrier.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/icon-green-barrier.xml b/graphics/sprites/icon-green-barrier.xml
index 5f140a17..28a16ab8 100644
--- a/graphics/sprites/icon-green-barrier.xml
+++ b/graphics/sprites/icon-green-barrier.xml
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/icon-green-barrier.png" width="13" height="20" />
-
+
<action name="default" imageset="base">
<animation direction="default">
- <frame index="0" offsetY="-12" delay="0"/>
+ <frame index="0" offsetY="0" delay="0"/>
</animation>
</action>
</sprite>