I have done this before, but I cannot find the documentation currently for whatever reason.
I'm at GGJ and we're developing a game where I want the menu to be in a different position than is typical. I've forgotten how to modify that-- for instance, place the menu somewhat above its normal position.
Additionally-- later I'd like to swap the position of the menu and the textbox that displays with the menu. How can this be done?
Moving Menu Position
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
- Rosstin
- Veteran
- Posts: 368
- Joined: Mon Jan 31, 2011 5:43 pm
- Completed: Rex Rocket, Kitty Love, King's Ascent
- Projects: Road Redemption, Queen At Arms
- Organization: Aqualuft Games
- Contact:
Re: Moving Menu Position
Alright, in screens.rpy:
change yalign to whatever decimal between 0.0 and 1.0
Code: Select all
screen choice:
window:
style "menu_window"
xalign 0.5
yalign 0.05
Who is online
Users browsing this forum: enaielei
