diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-15 23:59:59 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-15 23:59:59 +0100 |
commit | 6b979fef4ef8429f97110f0eb49ea3c137087c2b (patch) | |
tree | 9d2eb823e38b9581f568f6b6ae50e67883e0cfe3 /graphics | |
parent | 54b090a5a8199cbf31aebd173f33a5b09efdb1b5 (diff) | |
download | clientdata-6b979fef4ef8429f97110f0eb49ea3c137087c2b.tar.gz clientdata-6b979fef4ef8429f97110f0eb49ea3c137087c2b.tar.bz2 clientdata-6b979fef4ef8429f97110f0eb49ea3c137087c2b.tar.xz clientdata-6b979fef4ef8429f97110f0eb49ea3c137087c2b.zip |
nivalis npc
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/nivalis_npc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/nivalis_npc.xml b/graphics/sprites/npcs/nivalis_npc.xml new file mode 100644 index 00000000..79b76301 --- /dev/null +++ b/graphics/sprites/npcs/nivalis_npc.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite variants="6" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/nivalis_npcs.png" width="50" height="80" /> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> +</sprite> |