diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/sprite/switch.png | bin | 0 -> 1273 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/switch-offline.xml | 10 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/switch-online.xml | 13 |
3 files changed, 23 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/switch.png b/graphics/sprites/npcs/sprite/switch.png Binary files differnew file mode 100644 index 00000000..49d7d8bc --- /dev/null +++ b/graphics/sprites/npcs/sprite/switch.png diff --git a/graphics/sprites/npcs/xml/switch-offline.xml b/graphics/sprites/npcs/xml/switch-offline.xml new file mode 100644 index 00000000..bde8d6b6 --- /dev/null +++ b/graphics/sprites/npcs/xml/switch-offline.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/sprite/switch.png" width="32" height="32" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + <end/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/npcs/xml/switch-online.xml b/graphics/sprites/npcs/xml/switch-online.xml new file mode 100644 index 00000000..5dee5055 --- /dev/null +++ b/graphics/sprites/npcs/xml/switch-online.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/sprite/switch.png" width="32" height="32" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="1" delay="75"/> + <frame index="2" delay="75"/> + <frame index="3" delay="75"/> + <frame index="4"/> + <end/> + </animation> + </action> +</sprite> |