
LMB to paint
RMB to remove
Z to clear whole tilemap object
You can download it here and learn how to make your own tilesets
And how to actually use it
Since it takes only kinda 8 tiles (where in reality you take 1/4 of each tile and build from 4 such tiles one tile so in fact you have there 24 but you prepare 8)
On top of that you can have multiple tilesets on single atlas image
For example this is mine
Then you can save your tiles to json file (WORKS ONLY ON DEKSTOP)
And load them back into your project
Tiles you seen when you launched my test game i placed in game then saved them to json and load that json from my project folder at beginning of scene
Loading as you see works for anything
Enjoy <(โ.โ< )
