diff options
author | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:51:53 -0500 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:51:53 -0500 |
commit | 105ad9f62ec6c2cf01302243081f371c8bc164a6 (patch) | |
tree | 3e0374d7c10773c809ac826a93bec565493f85b0 /graphics/sprites/npcs/npc-gate-open.xml | |
parent | 6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3 (diff) | |
download | clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.gz clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.bz2 clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.xz clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.zip |
Updates I made since ta-client-testing repo was closed: minor fix to Hurnsald map entrances, plus additions for the crypt quest.
Diffstat (limited to 'graphics/sprites/npcs/npc-gate-open.xml')
-rwxr-xr-x | graphics/sprites/npcs/npc-gate-open.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-gate-open.xml b/graphics/sprites/npcs/npc-gate-open.xml new file mode 100755 index 00000000..893f5dbf --- /dev/null +++ b/graphics/sprites/npcs/npc-gate-open.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/npc-gate_224x192.png" width="224" height="192" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Open gate --> + <frame index="3" /> + </animation> + </action> +</sprite> |