summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/smallnpc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/smallnpc.xml')
-rw-r--r--graphics/sprites/npcs/xml/smallnpc.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/sprites/npcs/xml/smallnpc.xml b/graphics/sprites/npcs/xml/smallnpc.xml
index c57b72f8..81305271 100644
--- a/graphics/sprites/npcs/xml/smallnpc.xml
+++ b/graphics/sprites/npcs/xml/smallnpc.xml
@@ -1,14 +1,12 @@
<?xml version="1.0"?>
-<!-- Author : Reid
-Copyright (C) 2012 Evol Online -->
+<!-- Author: Reid
+Copyright (C) 2012 Evol Online -->
<sprite variants="2" variant_offset="1">
+ <imageset name="npc" src="graphics/sprites/npcs/sprite/smallnpc.png" width="32" height="32"/>
- <imageset name="base" src="graphics/sprites/npcs/sprite/smallnpc.png" width="32" height="32" />
-
- <action name="stand" imageset="base">
+ <action name="stand" imageset="npc">
<animation direction="default">
- <frame index="0" />
+ <frame index="0"/>
</animation>
</action>
-
-</sprite> \ No newline at end of file
+</sprite>