summaryrefslogtreecommitdiff
path: root/qeditor.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-07-27 23:01:56 -0300
committerJesusaves <cpntb1@ymail.com>2022-07-27 23:01:56 -0300
commit6ae2f97570075290d4661b92756a1e189f41097d (patch)
tree9d00f87bef899b8431cf8e6b1841da4e8cf3c8ad /qeditor.rpy
parent65d3e9a83ec557d64a45c6c20cc16c2b95b45ec4 (diff)
downloadsdk-6ae2f97570075290d4661b92756a1e189f41097d.tar.gz
sdk-6ae2f97570075290d4661b92756a1e189f41097d.tar.bz2
sdk-6ae2f97570075290d4661b92756a1e189f41097d.tar.xz
sdk-6ae2f97570075290d4661b92756a1e189f41097d.zip
The advanced Unit Editor (creates 3 units in one go)
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":