diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-07-20 13:09:52 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:33:37 +0100 |
commit | 10993b4459341860cdfac4ae5b953c0264b09fc0 (patch) | |
tree | 8ec07694d4bf6ab5d64f5e77cab040c12b21f5c1 /graphics/sprites/npcs/xml | |
parent | 79c4d50564dfedbff7a2e72b0bdaa8055e6f2d16 (diff) | |
download | clientdata-10993b4459341860cdfac4ae5b953c0264b09fc0.tar.gz clientdata-10993b4459341860cdfac4ae5b953c0264b09fc0.tar.bz2 clientdata-10993b4459341860cdfac4ae5b953c0264b09fc0.tar.xz clientdata-10993b4459341860cdfac4ae5b953c0264b09fc0.zip |
Add the first few npcs: old Koga, Lumberjack, Richard.
Diffstat (limited to 'graphics/sprites/npcs/xml')
-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 c307b530..be90738d 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> |