CobeyH / Leora

2D Moth Puzzle Game written in Unity
4 stars 1 forks source link

fixed the gaps between tiles #202

Closed jpark052 closed 2 years ago

jpark052 commented 2 years ago

Fixed the weird flickering gap lines between times. Turns out that reducing the pixel per unit in tilemap renderer by 2 (512->510) solves the issue.

Resolves #187