summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/koga.xml
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-09-10 13:27:46 +0200
committerMicksha <Micksha@users.noreply.github.com>2018-11-06 12:33:37 +0100
commitebbfcb78c9cccf585696ba1686fdda29f7c63c63 (patch)
tree319e688c93439cc99e868e2dddc8ed7983d391b4 /graphics/sprites/npcs/xml/koga.xml
parent416f35fe48dc9c8c68683d74870c9b0d0a64363d (diff)
downloadclientdata-ebbfcb78c9cccf585696ba1686fdda29f7c63c63.tar.gz
clientdata-ebbfcb78c9cccf585696ba1686fdda29f7c63c63.tar.bz2
clientdata-ebbfcb78c9cccf585696ba1686fdda29f7c63c63.tar.xz
clientdata-ebbfcb78c9cccf585696ba1686fdda29f7c63c63.zip
lumberjack and koga still messy, trying to fix
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>