Hello!
How do I pick up all the tiles in a tilemap that shows a certain tile? Let's say tile id 2.
Then i would like to change these tiles to something else or doing something else..
Develop games in your browser. Powerful, performant & highly capable.
If there's no "quick" way to do so, I guess I have to go for each tile shown, on X and y and identify these, and then do action on these?