From 9dfe883fc9069988462dc37c256dc1579a7bea39 Mon Sep 17 00:00:00 2001 From: Jacoder23 Date: Mon, 15 Apr 2024 04:30:11 +0800 Subject: [PATCH] Update main_menu.rpy --- game/screens/main_menu.rpy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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