From 2e32d74aec37a3c70b42c21da452ca457031f0c9 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Wed, 28 Jul 2021 08:54:22 +1000 Subject: [PATCH] Move main menu buttons ypos --- game/screens.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/screens.rpy b/game/screens.rpy index 3c2ad03..9cb39cd 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -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() ],