Search found 1 match
- Thu Dec 06, 2018 5:01 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Changing the yanchor (in screens.rpy) using if statement
- Replies: 1
- Views: 263
Changing the yanchor (in screens.rpy) using if statement
My pseudo code looks something like this if the number of dialogue choices is 2, make the value of yanchor -1.5 if the number of dialogue choices is 3, make the value of yanchor -0.6 if the number of dialogue choices is >4, make the value of yanchor -0.4 And my screens.rpy currently looks like this ...