diff options
author | jtoelke <jtoelke@mail.upb.de> | 2012-02-14 10:22:24 -0800 |
---|---|---|
committer | jtoelke <jtoelke@mail.upb.de> | 2012-02-14 10:22:24 -0800 |
commit | 3bf0388fd571bdb8a1bc1f8db459d12110693ec3 (patch) | |
tree | e3825ca2adeb1633dee8c401ac26e6455e4a27b8 /graphics/sprites/icon-spell-attack-generic.xml | |
parent | 92fe70f5808e82778ec436b7cf64b03f8098c9f4 (diff) | |
parent | a632b8ca5e374a575bda0cfa2b6ffb9cce1079e3 (diff) | |
download | clientdata-3bf0388fd571bdb8a1bc1f8db459d12110693ec3.tar.gz clientdata-3bf0388fd571bdb8a1bc1f8db459d12110693ec3.tar.bz2 clientdata-3bf0388fd571bdb8a1bc1f8db459d12110693ec3.tar.xz clientdata-3bf0388fd571bdb8a1bc1f8db459d12110693ec3.zip |
Merge pull request #1 from Bertram25/master
Fixed status effect icons Y offset for the 0.6 client.
Diffstat (limited to 'graphics/sprites/icon-spell-attack-generic.xml')
-rw-r--r-- | graphics/sprites/icon-spell-attack-generic.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/icon-spell-attack-generic.xml b/graphics/sprites/icon-spell-attack-generic.xml index 20424f98..c18b6fd4 100644 --- a/graphics/sprites/icon-spell-attack-generic.xml +++ b/graphics/sprites/icon-spell-attack-generic.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> <sprite> <imageset name="base" src="graphics/sprites/icon-spell-attack-generic.png" width="13" height="20" /> - + <action name="default" imageset="base"> <animation direction="default"> - <frame index="0" offsetY="-12" delay="100"/> + <frame index="0" offsetY="0" delay="100"/> </animation> </action> </sprite> |