LibGDX drawing map using tiles without space
- by Enayat Muradi
I am making a board game. To draw the map on the board I use different tiles.
On some screen the map looks good but on some other screens there is a space between the tiles.
How can I do so there won't be any space between the tiles?
I am designing my game with the size 480x800. To fit other screens I stretch it.
My tiles looks like this:
I…