diff options
author | Bertram <bertram@cegetel.net> | 2009-10-09 12:17:50 +0200 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2009-10-09 12:17:50 +0200 |
commit | e082bdd8b7423c0053bfecca8fde75460bb03aa2 (patch) | |
tree | 07f41b0cbedd274c3d56a703600578480c56d102 /graphics/sprites/npcs/npc-test.xml | |
parent | c814127d78fa8ea777d9fb2c2e7963ca73299fc9 (diff) | |
download | clientdata-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/npcs/npc-test.xml')
-rw-r--r-- | graphics/sprites/npcs/npc-test.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-test.xml b/graphics/sprites/npcs/npc-test.xml new file mode 100644 index 00000000..7de423e5 --- /dev/null +++ b/graphics/sprites/npcs/npc-test.xml @@ -0,0 +1,32 @@ +<?xml version = '1.0'?> +<sprite action="stand" name="npc" > + <imageset width="64" height="64" name="base" src="graphics/sprites/npcs/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> |