Can i return to start without start being affected?

There are ways to kinda-easily save which things are changed on a tilemap, but that would take a lot of code. The easiest solution I can think of is to just make one large tilemap, with the main one and the shop combined, and then teleport the player between the two. If that solution doesn’t work for you, you can try to see how I saved coins and gates in my Teeny Tiny Cat game. It’s been a while since I looked at that code, so I don’t know how easy it is to understand. If you can’t get it to work, I can give you a better explanation.

1 Like