summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-01 21:44:59 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-01 21:44:59 -0300
commit8acbf3de2198fc9b9db53359f7081f617de60a7d (patch)
tree564d37ee8de33ffecdcb4f7d01a2fdbf8b3b8f64
parentb15e183bd6257d48477865dbc7787eb95f3fafec (diff)
downloadclientdata-8acbf3de2198fc9b9db53359f7081f617de60a7d.tar.gz
clientdata-8acbf3de2198fc9b9db53359f7081f617de60a7d.tar.bz2
clientdata-8acbf3de2198fc9b9db53359f7081f617de60a7d.tar.xz
clientdata-8acbf3de2198fc9b9db53359f7081f617de60a7d.zip
I wasn't planning on this, but as poppet did it, then sure, why not.
-rw-r--r--LICENSE1
-rw-r--r--graphics/images/world1.pngbin0 -> 70756 bytes
-rw-r--r--npcdialogs.xml8
3 files changed, 9 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d8ac435f..cc250d6f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -90,6 +90,7 @@ This list also includes the list of Evol Online and The Mana World contributors.
graphics/images/ok.png (jesusalva) (GPLv3) (-)
graphics/images/sc.png (jesusalva) (GPLv3) (-)
graphics/images/sequenceboard.png (Jesusalva) (CC BY-SA 3.0) (Melissa Krautheim)
+ graphics/images/world1.png (poppet) (GPLv3) (Jesusalva)
### Ambient
graphics/images/ambient/aethyr.jpg (LuminousDragonGames) (CC0) (-)
diff --git a/graphics/images/world1.png b/graphics/images/world1.png
new file mode 100644
index 00000000..2a693c5f
--- /dev/null
+++ b/graphics/images/world1.png
Binary files differ
diff --git a/npcdialogs.xml b/npcdialogs.xml
index 69545b3b..d37a573c 100644
--- a/npcdialogs.xml
+++ b/npcdialogs.xml
@@ -30,6 +30,14 @@ Copyright (C) 2019 Moubootaur Legends -->
<menu>
<image x="0" y="0" image="graphics/images/003-1.png" />
<button x="300" y="20" name="Close" value="Ok" />
+ <button x="300" y="50" name="ยป World" value="All" />
+ </menu>
+ </dialog>
+ <dialog name="map_South" hideText="true">
+ <menu>
+ <text x="0" y="0" width="200" height="10" text="World Map - South" />
+ <image x="0" y="20" image="graphics/images/world1.png" />
+ <button x="300" y="20" name="Close" value="Ok" />
</menu>
</dialog>