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