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:33:37 +0100 |
commit | 54d73545ce45858c12768544068dfe052d1509cb (patch) | |
tree | 7dd6f5980a8cdc39a986dc759f18bf075b4b9d4e /graphics/sprites | |
parent | 68e22bb9aa70f657e726b0a5d2352b31e9ff8051 (diff) | |
download | clientdata-54d73545ce45858c12768544068dfe052d1509cb.tar.gz clientdata-54d73545ce45858c12768544068dfe052d1509cb.tar.bz2 clientdata-54d73545ce45858c12768544068dfe052d1509cb.tar.xz clientdata-54d73545ce45858c12768544068dfe052d1509cb.zip |
lumberjack and koga still messy, trying to fix
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/xml/koga.xml | 11 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/lumberjack.xml | 24 |
2 files changed, 7 insertions, 28 deletions
diff --git a/graphics/sprites/npcs/xml/koga.xml b/graphics/sprites/npcs/xml/koga.xml index b95e610b..6b3f17ad 100644 --- a/graphics/sprites/npcs/xml/koga.xml +++ b/graphics/sprites/npcs/xml/koga.xml @@ -1,4 +1,3 @@ -<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a <?xml version="1.0" encoding="utf-8"?> <!-- Author: Micksha Copyright (C) 2018 Evol Online --> @@ -14,14 +13,4 @@ Copyright (C) 2018 Evol Online --> <frame index="0"/> </animation> </action> -======= -<?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> ->>>>>>> Add the first few npcs: old Koga, Lumberjack, Richard. </sprite> diff --git a/graphics/sprites/npcs/xml/lumberjack.xml b/graphics/sprites/npcs/xml/lumberjack.xml index 5603e511..d4cb81ae 100644 --- a/graphics/sprites/npcs/xml/lumberjack.xml +++ b/graphics/sprites/npcs/xml/lumberjack.xml @@ -1,8 +1,10 @@ -<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a -<?xml version="1.0" encoding="utf-8"?> -<!-- Author: Reid, Micksha -Copyright (C) 2010-2018 Evol Online --> +<?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"> + <!-- eyes movements --> <sprite> <imageset name="base" src="graphics/sprites/npcs/sprite/lumberjack.png" @@ -11,25 +13,13 @@ Copyright (C) 2010-2018 Evol Online --> <action name="stand" imageset="base"> <animation direction="default"> -======= -<?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"> - <!-- eyes movements --> ->>>>>>> Add the first few npcs: old Koga, Lumberjack, Richard. <frame index="0" delay="3000"/> <frame index="1" delay="80"/> <frame index="0" delay="1500"/> <frame index="1" delay="80"/> <frame index="0" delay="3000"/> <frame index="1" delay="300"/> -<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a </animation> </action> -======= - </animation> - </action> ->>>>>>> Add the first few npcs: old Koga, Lumberjack, Richard. + </sprite> |