summaryrefslogtreecommitdiff
path: root/graphics/sprites/npc-test.xml
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-10-09 12:17:50 +0200
committerBertram <bertram@cegetel.net>2009-10-09 12:17:50 +0200
commite082bdd8b7423c0053bfecca8fde75460bb03aa2 (patch)
tree07f41b0cbedd274c3d56a703600578480c56d102 /graphics/sprites/npc-test.xml
parentc814127d78fa8ea777d9fb2c2e7963ca73299fc9 (diff)
downloadclientdata-e082bdd8b7423c0053bfecca8fde75460bb03aa2.tar.gz
clientdata-e082bdd8b7423c0053bfecca8fde75460bb03aa2.tar.bz2
clientdata-e082bdd8b7423c0053bfecca8fde75460bb03aa2.tar.xz
clientdata-e082bdd8b7423c0053bfecca8fde75460bb03aa2.zip
Moved NPCs to a npcs/ subfolders.
Diffstat (limited to 'graphics/sprites/npc-test.xml')
-rw-r--r--graphics/sprites/npc-test.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/sprites/npc-test.xml b/graphics/sprites/npc-test.xml
deleted file mode 100644
index a221dbe6..00000000
--- a/graphics/sprites/npc-test.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version = '1.0'?>
-<sprite action="stand" name="npc" >
- <imageset width="64" height="64" name="base" src="graphics/sprites/npc-test.png" />
- <action imageset="base" name="stand" >
- <animation direction="down" >
- <frame index="0" />
- </animation>
- <animation direction="left" >
- <frame index="7" />
- </animation>
- <animation direction="up" >
- <frame index="14" />
- </animation>
- <animation direction="right" >
- <frame index="21" />
- </animation>
- </action>
- <action imageset="base" name="walk" >
- <animation direction="down" >
- <sequence end="6" delay="75" start="1" />
- </animation>
- <animation direction="left" >
- <sequence end="13" delay="75" start="8" />
- </animation>
- <animation direction="up" >
- <sequence end="20" delay="75" start="15" />
- </animation>
- <animation direction="right" >
- <sequence end="27" delay="75" start="22" />
- </animation>
- </action>
-</sprite>