The problem is, I tried to replicate that effect in my current project and it isn't working. What I have looks like this:
Code: Select all
$ c = Character('Charactername', image="c", show_two_window=True, color="#ffe2e3", ctc="ctc_animation", ctc_position="nestled")
$ c2 = Character('Charactername', image="c2", show_two_window=True, color="#ffe2e3", window_left_padding=160, ctc="ctc_animation", ctc_position="nestled")
image c2 normal = Null ()
image side c2 normal = "side_c_yell.png"
I did update to the current version of Ren'Py before I started this project, is that the issue?
Thanks for the help.