forked from Cavemanon/SnootGame
Move main menu buttons ypos
This commit is contained in:
@ -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() ],
|
||||
|
Reference in New Issue
Block a user