diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 18:24:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 18:24:12 -0300 |
commit | 04dfe62c7a494bde98e486e57814e290f2169f74 (patch) | |
tree | c0faf83c695e6078a810f84a0c7835f36c6c473d /npcdialogs.xml | |
parent | 614f3933f3960d0cd55d3c2e23b03908dc8a4d08 (diff) | |
download | clientdata-04dfe62c7a494bde98e486e57814e290f2169f74.tar.gz clientdata-04dfe62c7a494bde98e486e57814e290f2169f74.tar.bz2 clientdata-04dfe62c7a494bde98e486e57814e290f2169f74.tar.xz clientdata-04dfe62c7a494bde98e486e57814e290f2169f74.zip |
Okay, this is how new interface is going to look like, I guess.
The only major issue, of course... Is the lack of data from server.
Diffstat (limited to 'npcdialogs.xml')
-rw-r--r-- | npcdialogs.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml index 52488b7b..03c00825 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -59,6 +59,13 @@ Copyright (C) 2019 Moubootaur Legends --> <text x="10" y="90" width="350" height="30" text="Allows to attack after casting" /> <button x="45" y="50" name="Learn" value="freecast" /> + <!-- GUI size: 75px --> + <image x="10" y="115" image="graphics/skills/none.png" /> + <text x="10" y="150" width="200" height="12" text="Backsliding" /> + <text x="10" y="165" width="350" height="30" text="Jump 5 tiles backwards" /> + <button x="45" y="125" name="Learn" value="backsliding" /> + + <button x="300" y="250" name="Exit" value="Cancel" /> </menu> </dialog> |