summaryrefslogtreecommitdiff
path: root/qeditor.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'qeditor.rpy')
-rw-r--r--qeditor.rpy3
1 files changed, 3 insertions, 0 deletions
diff --git a/qeditor.rpy b/qeditor.rpy
index dd19ddc..5d91bb2 100644
--- a/qeditor.rpy
+++ b/qeditor.rpy
@@ -202,8 +202,10 @@ screen quest_editor():
textbutton _("Save") action Function(qeditor_save)
textbutton _("Close") action Return()
+ null width 10
textbutton _("New Quest") action Function(qeditor_new)
textbutton _("New S.") action Function(qeditor_new, 1)
+ null width 10
textbutton _("Auto-New") action Jump("qeditor_supernew")
## Right-click and escape refresh screen
@@ -427,6 +429,7 @@ label quest_editors:
call screen quest_editor
$print("Quest Editor closed")
menu:
+ "Do you want to save the buffer?"
"Save Changes":
$ qeditor_save()
"Discard Changes":