summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/koga.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/koga.xml')
-rw-r--r--graphics/sprites/npcs/xml/koga.xml23
1 files changed, 15 insertions, 8 deletions
diff --git a/graphics/sprites/npcs/xml/koga.xml b/graphics/sprites/npcs/xml/koga.xml
index 262f2af0..6b3f17ad 100644
--- a/graphics/sprites/npcs/xml/koga.xml
+++ b/graphics/sprites/npcs/xml/koga.xml
@@ -1,9 +1,16 @@
-<?xml version="1.0"?>
-<sprite variants="1" variant_offset="1">
- <imageset name="base" src="graphics/sprites/npcs/sprite/koga.png" width="634" height="477"/>
- <action name="stand" imageset="npc">
- <animation direction="default">
- <frame index="0"/>
- </animation>
- </action>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha
+Copyright (C) 2018 Evol Online -->
+
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/koga.png"
+ width="634"
+ height="477"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
</sprite>