diff --git a/game/screens/main_menu.rpy b/game/screens/main_menu.rpy index f1a21df..0fd60e9 100644 --- a/game/screens/main_menu.rpy +++ b/game/screens/main_menu.rpy @@ -8,8 +8,8 @@ ## Replace this with your background image, if you like image main_menu_background = "Main_Menu3.png" image main_menu_foreground = HBox( - Solid("#292835AA", xsize=325, ysize=480) -) + Solid("#292835AA", xsize=325, ysize=530) +) # TODO: use platform checking to make this smaller on web and bigger on other platforms as for some reason this is larger on web screen main_menu(): @@ -27,7 +27,7 @@ screen main_menu(): vbox: xalign 0.5 yalign 0.95 - spacing 2 + spacing -3 textbutton _("Start") action Start(): xalign 0.5