images overlap

Bug #1094680 reported by Charlotte Hodgson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ren'Py
Invalid
Undecided
Unassigned

Bug Description

I know your updating right now, but it's kinda screwed up the image process. Every time I put a spritie and a background together, one of them doesn't show up. Like with this:

    scene Willow bedroom with fade

    w "I slammed down on my alarm clock partially hard today. Not really wanting to get up, like any other pixie destined for school a cold, damp day of the 27th of Todi."

    show Willow annoyed with dissolve

    hide Willow annoyed

    show Willow normal

    w "Getting out of my warm bed with a ‘hfp’, I slip on my fluffy slippers and started looking for my school clothes."

    w "I also wear a black skirt. We could wear whatever socks and shoes we want. I quickly find my clothes and tugged them on."

    w "Running down the stairs, I jumped the last three steps, and found myself in the kitchen with a wonderful smell coming from the pan that I do not recognize."

    scene Willow kitchen

    hide Willow normal with dissolve

    show Willow normal at right with dissolve

    show Lina normal at left with dissolve

    w "\"Morning mum\" I said absentmindedly and waved in the general direction of the fair-skinned lady."

    l "\"Hello hon\" she replied, just as absentmindedly to me."

    w "I reached the pan from which the smell came from."

    hide Willow normal

    show Willow annoyed at right

    scene Willow kitchen

    w "\"Mum, why are you cooking these?!\""

    hide Lina normal

    show Lina happy at left

    w "She just smiled to herself."

Now I can't find anything wrong with this and it worked yesterday, so why not today?

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.

Changed in renpy:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.