Search found 1 match

by Quonix
Fri May 25, 2018 9:21 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Custom in-game menu - any code examples?
Replies: 5
Views: 5171

Re: Custom in-game menu - any code examples?

Find this in your code: style choice_vbox: xalign 0.5 ypos 225 yanchor 0.5 spacing gui.choice_spacing Add yalign 1.0 and remove ypos then change vbox to hbox then go to screen_choice(items): and change the vbox to hbox there too. Now go to gui.rpy and find this: define gui.choice_button_width = 658 ...