Update main_menu.rpy

This commit is contained in:
Jacoder23 2024-04-15 04:30:11 +08:00
parent aeccaf976b
commit 9dfe883fc9
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
## Replace this with your background image, if you like ## Replace this with your background image, if you like
image main_menu_background = "Main_Menu3.png" image main_menu_background = "Main_Menu3.png"
image main_menu_foreground = HBox( 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(): screen main_menu():
@ -27,7 +27,7 @@ screen main_menu():
vbox: vbox:
xalign 0.5 xalign 0.5
yalign 0.95 yalign 0.95
spacing 2 spacing -3
textbutton _("Start") action Start(): textbutton _("Start") action Start():
xalign 0.5 xalign 0.5