diff options
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r-- | graphics/sprites/npcs/xml/koga.xml | 11 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/lumberjack.xml | 14 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/richard.xml | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/koga.xml b/graphics/sprites/npcs/xml/koga.xml index 6b3f17ad..5f63da70 100644 --- a/graphics/sprites/npcs/xml/koga.xml +++ b/graphics/sprites/npcs/xml/koga.xml @@ -1,3 +1,4 @@ +<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a <?xml version="1.0" encoding="utf-8"?> <!-- Author: Micksha Copyright (C) 2018 Evol Online --> @@ -13,4 +14,14 @@ 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/koga.png" width="634" height="477"/> + <action name="stand" imageset="base"> + <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 20fcc97b..1a2f6ee0 100644 --- a/graphics/sprites/npcs/xml/lumberjack.xml +++ b/graphics/sprites/npcs/xml/lumberjack.xml @@ -1,3 +1,4 @@ +<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a <?xml version="1.0" encoding="utf-8"?> <!-- Author: Reid, Micksha Copyright (C) 2010-2018 Evol Online --> @@ -10,12 +11,25 @@ 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/npc-lumberjack.png" width="42" height="63"/> + <action name="stand" imageset="base"> + <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> diff --git a/graphics/sprites/npcs/xml/richard.xml b/graphics/sprites/npcs/xml/richard.xml index d59cfe9d..28a701fa 100644 --- a/graphics/sprites/npcs/xml/richard.xml +++ b/graphics/sprites/npcs/xml/richard.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> +<<<<<<< 21c4c83ea02e1292391aaa7fdbaf3dc3202a100a <!-- Author: Micksha +======= +<!-- Author: Reid +>>>>>>> Add the first few npcs: old Koga, Lumberjack, Richard. Copyright (C) 2015 Evol Online --> <sprite> |