diff --git a/screens.rpy b/screens.rpy index 4976f7b..215c71e 100644 --- a/screens.rpy +++ b/screens.rpy @@ -429,19 +429,7 @@ screen main_menu(): ## The use statement includes another screen inside this one. The actual ## contents of the main menu are in the navigation screen. use navigation - - if gui.show_name: - - vbox: - style "main_menu_vbox" - - text "[config.name!t]": - style "main_menu_title" - - text "[config.version]": - style "main_menu_version" - - + style main_menu_frame is empty style main_menu_vbox is vbox style main_menu_text is gui_text diff --git a/screens.rpyc b/screens.rpyc index 22c2118..502c3d3 100644 Binary files a/screens.rpyc and b/screens.rpyc differ