Initially, the picture assigned never appeared at all, nor did it give any sort of error. I tried all sorts of hide and show stuff, and I still don't know much about ren'py.
Code: Select all
image side Ruben = ("ruben_neutral.png")
define Ruben = Character('Ruben',
window_left_padding=160,
show_side_image=Image("ruben_neutral.png", xalign=0.0, yalign=1.0))
Thanks in advance for any help!!
