diff options
Diffstat (limited to 'graphics/sprites/icons/apotion_drink.xml')
-rw-r--r-- | graphics/sprites/icons/apotion_drink.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/icons/apotion_drink.xml b/graphics/sprites/icons/apotion_drink.xml new file mode 100644 index 00000000..9b0769aa --- /dev/null +++ b/graphics/sprites/icons/apotion_drink.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2019 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/icons/apotion_drink.png|G" + width="16" + height="16" + offsetY="-12" + /> + + <action name="default" imageset="base"> + <animation direction="default"> + <sequence start="0" end="3" delay="4500"/> + <frame index="4" delay="2000"/> + </animation> + </action> +</sprite> |