Page 1 of 1

Main Menu Customizations?

Posted: Wed Aug 30, 2017 6:07 am
by Hollace
I've been trying my hardest to solve this problem, but I couldn't seem to solve it. Basically, I want my main menu buttons AND not my game menu buttons to be in the middle of the screen instead of at the left. I'll show you my image;

http://i.imgur.com/MizfXNZ.jpg

the red box is where I'd like my buttons to be!

I have no clue on where to start at the slightest, I only know it should be somewhere in the screens.rpy but I can't seem to find it at all. Help with customizing the main menu would be greatly appreciated

Re: Main Menu Customizations?

Posted: Wed Aug 30, 2017 7:02 am
by mikolajspy
find 'screen main_menu():'
and under it, inside vbox write something like:

Code: Select all

xalign 0.5
yalign 0.4
play with values until you get the position you like.