Search found 3 matches

by sg27digital
Sat Dec 23, 2023 2:32 pm
Forum: Ren'Py Questions and Announcements
Topic: config.overlay_screens actions
Replies: 3
Views: 1193

Re: config.overlay_screens actions

I was looking for an answer to this question, because it's really easier for me to have a screen added in config like that. For a part of my game the screen I added like this was interfering with the gameplay, so my solution to hiding it is making sure that the screen you're adding has a zorder prop...
by sg27digital
Mon Nov 07, 2022 5:54 am
Forum: Ren'Py Questions and Announcements
Topic: Custom choice button per scene
Replies: 6
Views: 1231

Re: Custom choice button per scene

Thanks. While ticlock's implementation does seem the nicest one - it did not work for me. At first I got that button_width was unknown - so I defined it, then I got an error for using it as an argument. So currently I'm using a mixture of both answers which is working for me. I also added in the lin...
by sg27digital
Sun Nov 06, 2022 6:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom choice button per scene
Replies: 6
Views: 1231

Custom choice button per scene

Hi I'm trying to customize my choice_button_width specifically for one section of my game. Why? Well in one scene I have 10 possible replies which are quite long. For this I would like to make the choice buttons as wide as possible so that all 10 replies fit the screen nicely. I can do this by chang...