I’m remaking one of my games in python and all of a sudden the screen stopped showing any of the sprites I’m trying to display (things such as the win screen still appear). They were working fine and now no sprite will appear.
1 Like
@sillysnowi they disappeared because you added the raycasting extension. The raycasting extension automatically takes over the rendering of all sprites once it’s added to a project. To remove that effect, remove the extension
I’ve fixed it, thank you!