diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-09-10 13:27:46 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:50:52 +0100 |
commit | 63d7f303cd8795153a639bab7dbf75c7201d20c2 (patch) | |
tree | c8b6ee913f5cace1968d48166eeca7d0adfbcf7b /graphics/sprites/npcs | |
parent | 9f200f1effb260ebea79e699fbca4031c58c57d4 (diff) | |
download | clientdata-63d7f303cd8795153a639bab7dbf75c7201d20c2.tar.gz clientdata-63d7f303cd8795153a639bab7dbf75c7201d20c2.tar.bz2 clientdata-63d7f303cd8795153a639bab7dbf75c7201d20c2.tar.xz clientdata-63d7f303cd8795153a639bab7dbf75c7201d20c2.zip |
lumberjack and koga still messy, trying to fix
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r-- | graphics/sprites/npcs/xml/lumberjack.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/graphics/sprites/npcs/xml/lumberjack.xml b/graphics/sprites/npcs/xml/lumberjack.xml index 86a4ca81..20fcc97b 100644 --- a/graphics/sprites/npcs/xml/lumberjack.xml +++ b/graphics/sprites/npcs/xml/lumberjack.xml @@ -1,9 +1,15 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid, Micksha +Copyright (C) 2010-2018 Evol Online --> + <sprite> - <imageset name="base" src="graphics/sprites/npcs/lumberjack.png" width="42" height="63"/> - <action name="stand" imageset="npc"> - <animation direction="default"> - <!-- eyes movements --> + <imageset name="base" + src="graphics/sprites/npcs/sprite/lumberjack.png" + width="42" + height="63"/> + + <action name="stand" imageset="base"> + <animation direction="default"> <frame index="0" delay="3000"/> <frame index="1" delay="80"/> <frame index="0" delay="1500"/> |