Issue with background outside of tiles

Hi, total beginner here!
Today I saw something strange happening with the game where it runs as normal as long as I am on the tiled background but a soon as I approach the end of it or step out, the camera and the player cause this weird trail of pixels to be created (see attached)

I was following a tutorial for 2d rpg and ran into only this issue so far that I cant figure out how to tackle. I don’t even know where to begin

- any pointers would be appreciated!

Hi @As9ard

I would check the camera settings.

To me it seems you have removed the default “sky” background and are not clearing the buffer after screen draws…

So - try setting the Camera Clear Flags to their defaults.

1 Like

Thanks a lot! It worked :slight_smile:

1 Like

@As9ard

Well, then why not add a like to my reply? :slight_smile: