I have a Zelda-ish system in my game for hacking bushes, throwing pots, etc.
I could use many events, but that would slow down the game.
When I change the tile, obviously the map does not automatically completely refresh itself every frame, so I'm currently using $scene.createSpritesets
to...