Search found 1 match
- Thu Dec 31, 2015 4:11 pm
- Forum: Support and Development
- Topic: Smooth line
- Replies: 0
- Views: 928
Smooth line
Good evening, I want to draw a line, following my player, but the line looks jagged (not related to missing AA) if the player is doing a sideway movement. See attached screenshot for the situation. What I'm doing (just the line related stuff): local lines = {} function love.update() -- Move Lines fo...