summaryrefslogtreecommitdiff
path: root/qeditor.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'qeditor.rpy')
-rw-r--r--qeditor.rpy5
1 files changed, 3 insertions, 2 deletions
diff --git a/qeditor.rpy b/qeditor.rpy
index e9a730c..b8e038c 100644
--- a/qeditor.rpy
+++ b/qeditor.rpy
@@ -1,4 +1,4 @@
-########################################################################################
+#################################################################################
# This file is part of Spheres.
# Copyright (C) 2019 Jesusalva
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-########################################################################################
+#################################################################################
# Editor labels for developers
screen quest_editor():
modal True
@@ -204,6 +204,7 @@ screen quest_editor():
textbutton _("Close") action Return()
textbutton _("New Quest") action Function(qeditor_new)
textbutton _("New S.") action Function(qeditor_new, 1)
+ textbutton _("Auto-New") action Call("qeditor_supernew")
## Right-click and escape refresh screen
key "game_menu" action Function(RestartInteraction)#Return()