Move main menu buttons ypos

This commit is contained in:
2021-07-28 08:54:22 +10:00
parent 0bdd5b3b06
commit 2e32d74aec

View File

@ -133,7 +133,6 @@ screen say(who, what):
text what id "what"
## If there's a side image, display it above the text. Do not display on the
## phone variant - there's no room.
if not renpy.variant("small"):
@ -435,7 +434,7 @@ screen main_menu():
vbox:
spacing 10
xpos 1885
yalign 0.98
ypos 1130
use main_menu_buttons("gui/button/menubuttons/template_idle.png",
[
[ "Start", Start() ],