diff --git a/game/screens.rpy b/game/screens.rpy index 3acceba..378607a 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -1168,31 +1168,36 @@ screen extras(): ## The use statement includes another screen inside this one. The actual ## contents of the main menu are in the navigation screen. - vbox: - xpos 1940 - yalign 0.03 - if persistent.splashtype == 1: - add "gui/sneedgame.png" - else: - add "gui/snootgame.png" - vbox: - spacing 25 - xpos 1885 - yalign 0.9 - imagebutton auto "gui/button/menubuttons/helpbutton_%s.png" action ShowMenu("help") - imagebutton auto "gui/button/menubuttons/aboutbutton_%s.png" action ShowMenu("about") - imagebutton auto "gui/button/menubuttons/updatesbutton_%s.png" action ShowMenu("updates") - imagebutton auto "gui/button/menubuttons/gallerybutton_%s.png" action ShowMenu("gallery") - imagebutton auto "gui/button/menubuttons/returnbutton_%s.png" action ShowMenu("main_menu") + # vbox: +# xpos 1940 +# yalign 0.03 +# if persistent.splashtype == 1: +# add "gui/sneedgame.png" +# else: +# add "gui/snootgame.png" +# vbox: +# spacing 25 +# xpos 1885 +# yalign 0.9 +# imagebutton auto "gui/button/menubuttons/helpbutton_%s.png" action ShowMenu("help") +# imagebutton auto "gui/button/menubuttons/aboutbutton_%s.png" action ShowMenu("about") +# imagebutton auto "gui/button/menubuttons/updatesbutton_%s.png" action ShowMenu("updates") +# imagebutton auto "gui/button/menubuttons/gallerybutton_%s.png" action ShowMenu("gallery") +# imagebutton auto "gui/button/menubuttons/returnbutton_%s.png" action ShowMenu("main_menu") -# if gui.show_name: -# -# vbox: -# text "[config.version]": +# # if gui.show_name: +# # +# # vbox: +# # text "[config.version]": -# style "main_menu_version" +# # style "main_menu_version" + vbox: + xpos 1942 + # xalign 1.0 + yalign 0.95 + use extrasnavigation style main_menu_frame is empty