diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-01 21:44:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-01 21:44:59 -0300 |
commit | 8acbf3de2198fc9b9db53359f7081f617de60a7d (patch) | |
tree | 564d37ee8de33ffecdcb4f7d01a2fdbf8b3b8f64 | |
parent | b15e183bd6257d48477865dbc7787eb95f3fafec (diff) | |
download | clientdata-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-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/images/world1.png | bin | 0 -> 70756 bytes | |||
-rw-r--r-- | npcdialogs.xml | 8 |
3 files changed, 9 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 000000000..2a693c5ff --- /dev/null +++ b/graphics/images/world1.png diff --git a/npcdialogs.xml b/npcdialogs.xml index 69545b3bf..d37a573c4 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> |