Search found 3 matches

by justsomenerd02
Fri Sep 17, 2021 11:41 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Displacement between the game menus after I added a new screen
Replies: 4
Views: 531

Re: Displacement between the game menus after I added a new screen

Thank you for the suggestion I try Update: so in the meantime I found a workaround solution that managed to fix the issue: I added an offset parameter for it Basically the code looks like this now: screen navigation(): vbox: style_prefix "navigation" if renpy.get_screen("main_menu&quo...
by justsomenerd02
Fri Sep 17, 2021 3:27 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Displacement between the game menus after I added a new screen
Replies: 4
Views: 531

Re: Displacement between the game menus after I added a new screen

So replacing xpos gui.navigation_xpos with xalign unfortunately did not help the issue, if anything it made it worse.

https://imgur.com/N6IeJeE
by justsomenerd02
Thu Sep 16, 2021 10:29 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Displacement between the game menus after I added a new screen
Replies: 4
Views: 531

[Solved] Displacement between the game menus after I added a new screen

Hello I'm relatively new(ish?) to GUI customization in renpy and I need a bit of help, I might have messed up something. I wanted to add a chapter select screen to the main menu but after I did, when I try to access the new screen or options. load, about etc from the main menu, the placement of the ...