summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-22 10:56:06 -0200
committerJesusaves <cpntb1@ymail.com>2018-10-22 10:56:06 -0200
commit0c007ac93320561a3674f5878e5af3fe2e8b0e02 (patch)
tree973e0acc1abd248981d7a8acc743c3f6e3188f98 /graphics/sprites/npcs/xml
parent228076b543e0cd078ab83bdb28a973a2b536bedf (diff)
downloadclientdata-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/xml')
-rw-r--r--graphics/sprites/npcs/xml/switch-offline.xml10
-rw-r--r--graphics/sprites/npcs/xml/switch-online.xml13
2 files changed, 23 insertions, 0 deletions
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>