From b876f089cea64da0f87c566425996f6df50e5748 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Thu, 1 Jul 2021 16:29:25 +1000 Subject: [PATCH] Remove Quit & Move Return menu --- game/screens.rpy | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/game/screens.rpy b/game/screens.rpy index 3a64b8c..9f32994 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -317,6 +317,7 @@ screen navigation(): textbutton _("Load") action ShowMenu("load") textbutton _("Options") action ShowMenu("preferences") textbutton _("Extras") action ShowMenu("extras") + textbutton _("Return") action Return() if _in_replay: @@ -328,11 +329,11 @@ screen navigation(): textbutton _("Main Menu") action MainMenu() #textbutton _("Debug Score Card") action ShowMenu("score_menu") - if renpy.variant("pc"): + #if renpy.variant("pc"): ## The quit button is banned on iOS and unnecessary on Android and ## Web. - textbutton _("Quit") action Quit() + #textbutton _("Quit") action Quit() style navigation_button is gui_button @@ -487,11 +488,6 @@ screen game_menu(title, scroll=None, yinitial=0.0): use navigation - textbutton _("Return"): - style "return_button" - - action Return() - label title if main_menu: