diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-11 16:03:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-11 16:03:13 -0300 |
commit | 8887606f3537d090b09a74119632416466ab501a (patch) | |
tree | 0d83c059061854b3028a61c4a3c106222d5cd057 | |
parent | 473bc242be3337047f2d99b08288c1560fa9b2b8 (diff) | |
download | clientdata-8887606f3537d090b09a74119632416466ab501a.tar.gz clientdata-8887606f3537d090b09a74119632416466ab501a.tar.bz2 clientdata-8887606f3537d090b09a74119632416466ab501a.tar.xz clientdata-8887606f3537d090b09a74119632416466ab501a.zip |
Try to fix, this is kinda complex
-rw-r--r-- | graphics/sprites/icons/bpotionsprite.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/icons/bpotionsprite.xml b/graphics/sprites/icons/bpotionsprite.xml index 8f4fb211..ce5b175e 100644 --- a/graphics/sprites/icons/bpotionsprite.xml +++ b/graphics/sprites/icons/bpotionsprite.xml @@ -2,14 +2,14 @@ <!-- Author: Saulc Copyright (C) 2018 TMW2 --> <sprite> - <imageset name="base" - src="graphics/sprites/icons/bpotionsprite.png|G:#da69e5,ffdaff" - width="13" + <imageset name="base" + src="graphics/sprites/icons/bpotionsprite.png|G:#da69e5,ffdaff" + width="13" height="20"/> <action name="default" imageset="base"> <animation direction="default"> - <sequence start="0" end="4" delay="155"/> + <sequence start="0" end="3" delay="155"/> <frame index="1" delay="150"/> </animation> </action> |