diff options
-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> |