diff options
Diffstat (limited to 'graphics/sprites/npcs/xml/interactive.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/interactive.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/interactive.xml b/graphics/sprites/npcs/xml/interactive.xml new file mode 100644 index 00000000..76fd612a --- /dev/null +++ b/graphics/sprites/npcs/xml/interactive.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<!-- Author: Reid +Copyright (C) 2012 Evol Online --> +<sprite variants="2" variant_offset="1"> + <imageset name="npc" src="graphics/sprites/npcs/sprite/interactive.png" width="32" height="32"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |