I have a Problem when drawing tile-map and setting the tile width to $(window).width() / 10
and the tile height to $(window).height() / 10
The canvas drawing additional lines between every tile
Here's the code: https://jsfiddle.net/t68sgrf3/
I have a Problem when drawing tile-map and setting the tile width to $(window).width() / 10
and the tile height to $(window).height() / 10
The canvas drawing additional lines between every tile
Here's the code: https://jsfiddle.net/t68sgrf3/