diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-23 08:40:46 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:56:44 +0100 |
commit | 36eb20db5941278b336f78c2e94ecf1221cf1bf3 (patch) | |
tree | 150dbafa6193b67b149a768392baf56cdfa193c7 /graphics | |
parent | 79bcb8bb500198230fcb4d080349abf495e01ab1 (diff) | |
download | clientdata-36eb20db5941278b336f78c2e94ecf1221cf1bf3.tar.gz clientdata-36eb20db5941278b336f78c2e94ecf1221cf1bf3.tar.bz2 clientdata-36eb20db5941278b336f78c2e94ecf1221cf1bf3.tar.xz clientdata-36eb20db5941278b336f78c2e94ecf1221cf1bf3.zip |
the first of (most probably) a bunch of fixes, lumberjack.xml and items.xml
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/lumberjack.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/sprites/npcs/xml/lumberjack.xml b/graphics/sprites/npcs/xml/lumberjack.xml index d4cb81ae..2d6867d4 100644 --- a/graphics/sprites/npcs/xml/lumberjack.xml +++ b/graphics/sprites/npcs/xml/lumberjack.xml @@ -1,16 +1,15 @@ -<?xml version="1.0"?> -<sprite> - <imageset name="base" src="graphics/sprites/npcs/lumberjack.png" width="42" height="63"/> - <action name="stand" imageset="npc"> - <animation direction="default"> +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2018 Evol Online --> - <!-- eyes movements --> <sprite> <imageset name="base" src="graphics/sprites/npcs/sprite/lumberjack.png" width="42" height="63"/> + <!-- eyes movements --> + <action name="stand" imageset="base"> <animation direction="default"> <frame index="0" delay="3000"/> |