I need to make a rectangle in each tile (or cell?) of my LibGDx tiled map. I think I need some sort of for loop to scan all the tiles and then draw a rectangle in them, but I couldn’t figure out how to do so.
I need to make a rectangle in each tile (or cell?) of my LibGDx tiled map. I think I need some sort of for loop to scan all the tiles and then draw a rectangle in them, but I couldn’t figure out how to do so.