diff options
Diffstat (limited to 'graphics/sprites/npcs/xml/npc.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/npc.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/npc.xml b/graphics/sprites/npcs/xml/npc.xml new file mode 100644 index 00000000..347d0ec0 --- /dev/null +++ b/graphics/sprites/npcs/xml/npc.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!-- Author : Reid +Copyright (C) 2012 Evol Online --> +<sprite variants="5" variant_offset="1"> + + <imageset name="base" src="graphics/sprites/npcs/sprite/npc.png|S" width="64" height="64" /> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> + +</sprite>
\ No newline at end of file |