diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-22 10:56:06 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 10:56:06 -0200 |
commit | 0c007ac93320561a3674f5878e5af3fe2e8b0e02 (patch) | |
tree | 973e0acc1abd248981d7a8acc743c3f6e3188f98 /graphics/sprites/npcs | |
parent | 228076b543e0cd078ab83bdb28a973a2b536bedf (diff) | |
download | clientdata-0c007ac93320561a3674f5878e5af3fe2e8b0e02.tar.gz clientdata-0c007ac93320561a3674f5878e5af3fe2e8b0e02.tar.bz2 clientdata-0c007ac93320561a3674f5878e5af3fe2e8b0e02.tar.xz clientdata-0c007ac93320561a3674f5878e5af3fe2e8b0e02.zip |
Add a switch because Saulc doesn't wants to do that >.>
Diffstat (limited to 'graphics/sprites/npcs')
-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> |