- Home /
White lines between the tiles.
Here's a sketch level http://dl.dropbox.com/u/1210840/Pic/Game/Loc02.jpg
Decided create it from tiles.
https://dl.dropbox.com/u/1210840/Pic/Game/tiles.png
I wrote a script that puts these tiles on scene. But I got the white line artifacts between the tiles. https://dl.dropbox.com/u/1210840/Pic/Game/white_lines.png
All tiles on same height. How to solve this problem?
Comment
Answer by Jeffom · Feb 04, 2013 at 12:54 PM
Some possible solutions:
Make sure the edges from you tiles are not blurred or have a transparent pixel on them
Try increasing the tile's resolution
Increase the size of the tile a little bit to overlap the edges
Your answer