- Jun 15, 2018
- 12
- 6
Hi!
In Ren'py, how do I put the Side Image above the text box? Right now, the side image goes on top of the text box, covering the text in the bottom left.
I think it has something to do with
add SideImage() xalign 0.0 yalign 1.0 in the file screens.rpy
It might also have something to do with the gui.rpy
I'd like to ensure that the bottom of the side image sits right on top of the text box.
My side image is 400x400 px
Note: I have read the documentation at
Thanks for the help!
In Ren'py, how do I put the Side Image above the text box? Right now, the side image goes on top of the text box, covering the text in the bottom left.
I think it has something to do with
add SideImage() xalign 0.0 yalign 1.0 in the file screens.rpy
It might also have something to do with the gui.rpy
I'd like to ensure that the bottom of the side image sits right on top of the text box.
My side image is 400x400 px
Note: I have read the documentation at
You must be registered to see the links
Thanks for the help!