Update main_menu.rpy
This commit is contained in:
parent
aeccaf976b
commit
9dfe883fc9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue