5.1.1 release #62

Merged
coolestskinnieinthejungle merged 96 commits from 5.1.1 into master 2021-07-21 18:45:22 +00:00
1 changed files with 3 additions and 7 deletions
Showing only changes of commit b876f089ce - Show all commits

View File

@ -317,6 +317,7 @@ screen navigation():
textbutton _("Load") action ShowMenu("load") textbutton _("Load") action ShowMenu("load")
textbutton _("Options") action ShowMenu("preferences") textbutton _("Options") action ShowMenu("preferences")
textbutton _("Extras") action ShowMenu("extras") textbutton _("Extras") action ShowMenu("extras")
textbutton _("Return") action Return()
if _in_replay: if _in_replay:
@ -328,11 +329,11 @@ screen navigation():
textbutton _("Main Menu") action MainMenu() textbutton _("Main Menu") action MainMenu()
#textbutton _("Debug Score Card") action ShowMenu("score_menu") #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 ## The quit button is banned on iOS and unnecessary on Android and
## Web. ## Web.
textbutton _("Quit") action Quit() #textbutton _("Quit") action Quit()
style navigation_button is gui_button style navigation_button is gui_button
@ -487,11 +488,6 @@ screen game_menu(title, scroll=None, yinitial=0.0):
use navigation use navigation
textbutton _("Return"):
style "return_button"
action Return()
label title label title
if main_menu: if main_menu: