I am trying to make a platformer game, and i want there to be blocks that disappear when the player groundpounds on them.
I tried doing this with a tilemap, but it didnt work as how i expected it to, so i want to make this single breakable tile into a node, and place them around in bunches like how you place tiles in tilesets.
How can I place nodes similar to placing tiles in tilemaps?