diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-10 16:06:29 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-10 16:06:29 +0000 |
commit | 64decbc609f555c2942c6f24291ce847ce1f3b2a (patch) | |
tree | d5f0ba8051a53fc3804ea6a794f06f6c58567b7a /graphics/sprites/icons/bpotionsprite.xml | |
parent | 0c0b963fa4f7ded65212249393f9e1c0c2890100 (diff) | |
download | clientdata-64decbc609f555c2942c6f24291ce847ce1f3b2a.tar.gz clientdata-64decbc609f555c2942c6f24291ce847ce1f3b2a.tar.bz2 clientdata-64decbc609f555c2942c6f24291ce847ce1f3b2a.tar.xz clientdata-64decbc609f555c2942c6f24291ce847ce1f3b2a.zip |
add xml with it
Diffstat (limited to 'graphics/sprites/icons/bpotionsprite.xml')
-rw-r--r-- | graphics/sprites/icons/bpotionsprite.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/icons/bpotionsprite.xml b/graphics/sprites/icons/bpotionsprite.xml new file mode 100644 index 00000000..a2f41a1d --- /dev/null +++ b/graphics/sprites/icons/bpotionsprite.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW2 --> +<sprite> + <imageset name="base" src="graphics/sprites/icons/bpotionsprite.png|G" width="13" height="20"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-12"/> + </animation> + </action> +</sprite> |