So I have this little mini-game where when you set a bomb down it explode using a cheap circle explosion sprite to overlap tilemap to erase the tiles.
Now how do I get it to just to erase a tile range within the explosion radius. I know how to do it from a sprite but id rather do it from a tilemap for easier map making dungeons.