Hi!
I have a mario-like platformer and the player can collect coins from levels. I solved the problem of the coins re-spawning after entering rooms (other layouts) by giving the coins the persist behavior. But now I can't figure out how I can reset the coin positions after game over.
In other words, how do I force items that have persist behavior to reset?