In ren'py I used xzoom -1 to flip the image. It works OK but now I have encounterd a problem. When using the following code:
show alice at left with Dissolve
alice "says sth"
show alice at left with Dissolve:
xzoom -1
the image does not appear flipped.
What am I doing wrong?
show alice at left with Dissolve
alice "says sth"
show alice at left with Dissolve:
xzoom -1
the image does not appear flipped.
What am I doing wrong?