diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-11 18:54:11 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-11 18:54:11 +0000 |
commit | 473bc242be3337047f2d99b08288c1560fa9b2b8 (patch) | |
tree | 010a34d18fb451034128a5e2b5a12f87ece45985 | |
parent | bbf858987170f31fcb9a823873aaf849254a1431 (diff) | |
download | clientdata-473bc242be3337047f2d99b08288c1560fa9b2b8.tar.gz clientdata-473bc242be3337047f2d99b08288c1560fa9b2b8.tar.bz2 clientdata-473bc242be3337047f2d99b08288c1560fa9b2b8.tar.xz clientdata-473bc242be3337047f2d99b08288c1560fa9b2b8.zip |
Update bpotionsprite.xml now look cool :D
-rw-r--r-- | graphics/sprites/icons/bpotionsprite.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/graphics/sprites/icons/bpotionsprite.xml b/graphics/sprites/icons/bpotionsprite.xml index a2f41a1d..8f4fb211 100644 --- a/graphics/sprites/icons/bpotionsprite.xml +++ b/graphics/sprites/icons/bpotionsprite.xml @@ -1,11 +1,16 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> <!-- Author: Saulc Copyright (C) 2018 TMW2 --> <sprite> - <imageset name="base" src="graphics/sprites/icons/bpotionsprite.png|G" width="13" height="20"/> + <imageset name="base" + src="graphics/sprites/icons/bpotionsprite.png|G:#da69e5,ffdaff" + width="13" + height="20"/> + <action name="default" imageset="base"> <animation direction="default"> - <frame index="0" offsetY="-12"/> + <sequence start="0" end="4" delay="155"/> + <frame index="1" delay="150"/> </animation> </action> </sprite> |