mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-13 20:19:25 +01:00
Remove Quit & Move Return menu
This commit is contained in:
parent
afd1def9d3
commit
b876f089ce
1 changed files with 3 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue