Hey, I noticed that the background tiles in your game have black flickering lines between them. I think this is a common bug with Unity's Tile System. A simple fix is to expand the tiles in each direction for one pixel while not changing the slicing in the Sprite Editor. This video explains the fix more in detail:
← Return to game
Comments
Log in with itch.io to leave a comment.
Very Nice Game!
Thank you for playing ;)
Hey, I noticed that the background tiles in your game have black flickering lines between them.
I think this is a common bug with Unity's Tile System.
A simple fix is to expand the tiles in each direction for one pixel while not changing the slicing in the Sprite Editor.
This video explains the fix more in detail:
Thanks for tip, we're gonna improve this game in future and fix it too.
I already fixed this on my local branch, \just needed to turnanti-aliasing off in the project settings.