IeuanHorton / FarmGameRepo

Other
0 stars 0 forks source link

Fix tilemap tearing issue #10

Closed rishimp closed 1 year ago

rishimp commented 1 year ago

When you run the game, you'll see lines on the tilemap. There's a way to fix this by possibly adding in some existing scripts or fiddling with the settings such as anti-aliasing.

IeuanHorton commented 1 year ago

Added a tile atlas and set the Filter Mode to Point. That seems to have fixed the issue.