From 059a1381bb986a0bd2e0ca5ed2cad25d449f4597 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Sun, 11 Jul 2021 11:12:11 +1000 Subject: [PATCH] Remove the Nth times the style was redefined DO NOT REDEFINE STYLES MULTIPLE TIMES DO NOT REDEFINE STYLES MULTIPLE TIMES DO NOT REDEFINE STYLES MULTIPLE TIMES DO NOT REDEFINE STYLES MULTIPLE TIMES DO NOT REDEFINE STYLES MULTIPLE TIMES --- game/screens.rpy | 129 +---------------------------------------------- 1 file changed, 1 insertion(+), 128 deletions(-) diff --git a/game/screens.rpy b/game/screens.rpy index 551c8d3..b3a7193 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -424,7 +424,7 @@ screen main_menu(): [ "Start", Start() ], \ [ "Load", ShowMenu("load") ], \ [ "Options", ShowMenu("preferences") ], \ - [ "Help & About", ShowMenu("extras") ], \ + [ "Extra", ShowMenu("extras") ], \ [ "Quit", Quit(confirm=not main_menu) ] \ ] ) @@ -631,55 +631,6 @@ screen about(): yalign 0.95 use extrasnavigation -style main_menu_frame is empty -style main_menu_vbox is vbox -style main_menu_text is gui_text -style main_menu_title is main_menu_text -style main_menu_version is main_menu_text - -style main_menu_frame: - xsize 420 - yfill True - - background "gui/overlay/main_menu.png" - -style main_menu_vbox: - xalign 1.0 - xoffset -30 - xmaximum 1200 - yalign 1.0 - yoffset -30 - -style main_menu_text: - properties gui.text_properties("main_menu", accent=True) - -style main_menu_title: - properties gui.text_properties("title") - -style main_menu_frame is empty -style main_menu_vbox is vbox -style main_menu_text is gui_text -style main_menu_title is main_menu_text -style main_menu_version is main_menu_text - -style main_menu_frame: - xsize 420 - yfill True - - background "gui/overlay/main_menu.png" - -style main_menu_vbox: - xalign 1.0 - xoffset -30 - xmaximum 1200 - yalign 1.0 - yoffset -30 - -style main_menu_text: - properties gui.text_properties("main_menu", accent=True) - -style main_menu_title: - properties gui.text_properties("title") @@ -726,31 +677,6 @@ screen updates(): yalign 0.95 use extrasnavigation -style main_menu_frame is empty -style main_menu_vbox is vbox -style main_menu_text is gui_text -style main_menu_title is main_menu_text -style main_menu_version is main_menu_text - -style main_menu_frame: - xsize 420 - yfill True - - background "gui/overlay/main_menu.png" - -style main_menu_vbox: - xalign 1.0 - xoffset -30 - xmaximum 1200 - yalign 1.0 - yoffset -30 - -style main_menu_text: - properties gui.text_properties("main_menu", accent=True) - -style main_menu_title: - properties gui.text_properties("title") - ## Load and Save screens ####################################################### ## ## These screens are responsible for letting the player save the game and load @@ -1204,33 +1130,6 @@ screen extras(): yalign 0.95 use extrasnavigation - -style main_menu_frame is empty -style main_menu_vbox is vbox -style main_menu_text is gui_text -style main_menu_title is main_menu_text -style main_menu_version is main_menu_text - -style main_menu_frame: - xsize 420 - yfill True - - background "gui/overlay/main_menu.png" - -style main_menu_vbox: - xalign 1.0 - xoffset -30 - xmaximum 1200 - yalign 1.0 - yoffset -30 - -style main_menu_text: - properties gui.text_properties("main_menu", accent=True) - -style main_menu_title: - properties gui.text_properties("title") - - ##Extras Navigation Screen ##################################################### ## ##This screen is to be reused in @@ -1437,32 +1336,6 @@ style help_label_text: xalign 1.0 text_align 1.0 - -style main_menu_frame is empty -# style main_menu_vbox is vbox -# style main_menu_text is gui_text -# style main_menu_title is main_menu_text -# style main_menu_version is main_menu_text - -style main_menu_frame: - xsize 420 - yfill True - - background "gui/overlay/main_menu.png" - -style main_menu_vbox: - xalign 1.0 - xoffset -30 - xmaximum 1200 - yalign 1.0 - yoffset -30 - -style main_menu_text: - properties gui.text_properties("main_menu", accent=True) - -style main_menu_title: - properties gui.text_properties("title") - ################################################################################ ## Additional screens ################################################################################