Placing sprites over other sprites
I know it sounds silly, but I can't place a fire over a fireplace, because the fire sprite goes under the fireplace sprite.
You need to set the depth que (y coordinate), which needs to be 1 (or more) higher than the sprite below it.
So if the fireplace has y-coordinate 200, then the fire has y-coordinate 201 (or higher but that's not always wanted)
So if the fireplace has y-coordinate 200, then the fire has y-coordinate 201 (or higher but that's not always wanted)