Comment 1 for bug 1094680

Revision history for this message
Tom Rothamel (renpytom) wrote :

1) Bug tracking has moved to github: https://github.com/renpy/renpy/issues

2) It looks like a problem is that you're sharing an image tag between the background and willow. So when you do:

    scene Willow kitchen
    show Willow normal at right with dissolve

It first shows one image, and then the other. You probably want to give the kitchen image a name like "bg kitchen", and then it will work.