diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/icons/weight-big.png | bin | 0 -> 322 bytes | |||
-rw-r--r-- | graphics/sprites/icons/weight-big.xml | 10 | ||||
-rw-r--r-- | graphics/sprites/icons/weight-small.png | bin | 0 -> 315 bytes | |||
-rw-r--r-- | graphics/sprites/icons/weight-small.xml | 10 |
4 files changed, 20 insertions, 0 deletions
diff --git a/graphics/sprites/icons/weight-big.png b/graphics/sprites/icons/weight-big.png Binary files differnew file mode 100644 index 00000000..1671e63e --- /dev/null +++ b/graphics/sprites/icons/weight-big.png diff --git a/graphics/sprites/icons/weight-big.xml b/graphics/sprites/icons/weight-big.xml new file mode 100644 index 00000000..7bb3521b --- /dev/null +++ b/graphics/sprites/icons/weight-big.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icons/weight-big.png" width="14" height="16"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-11" delay="500"/> + <frame index="0" offsetY="-12" delay="500"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/icons/weight-small.png b/graphics/sprites/icons/weight-small.png Binary files differnew file mode 100644 index 00000000..fc3a3bc1 --- /dev/null +++ b/graphics/sprites/icons/weight-small.png diff --git a/graphics/sprites/icons/weight-small.xml b/graphics/sprites/icons/weight-small.xml new file mode 100644 index 00000000..3c14c2ac --- /dev/null +++ b/graphics/sprites/icons/weight-small.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/icons/weight-small.png" width="10" height="16"/> + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-11" delay="500"/> + <frame index="0" offsetY="-12" delay="500"/> + </animation> + </action> +</sprite> |