SteveB Posted March 23, 2014 Share Posted March 23, 2014 What's the best way to reset/reload a tilemap? I've basically loaded a tilemap from JSON and during the game, lots of tiles get shifted around. What I need to do is reset the tilemap back to its start state. At the moment I just destroy the old map and then recreate it. But that puts it above the existing sprites and I finish up destroying those and then recreating them as well; I couldn't see how to alter the z order of the tilemap. Although it all works, I'm obviously doing this wrong. Link to comment Share on other sites More sharing options...
Recommended Posts