Is there a way to reset a map to what it was before changing?
Hi,
In my dungeon game, I have several sprites on the map that have loot on them. They get changed into regular floor sprites using the mymap.set()
function when you collect the loot. If you then die though, when you restart the sprites don't reset. Instead, they remain changed to floor sprites.
How do I make them reset?