Drawing Pixels White Outlines
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- Joelrodiel
- Prole
- Posts: 27
- Joined: Wed Apr 20, 2016 3:40 am
Drawing Pixels White Outlines
I always see other love2d games that look super crisp and sharp with pixels, but then when I try I get these white lines. Im not scaling, but I am rotating so that might be the issue. I just wanted to see if there was some way to take them out, like a shader maybe? Heres an example.
- Attachments
-
demo.love
- (10.2 KiB) Downloaded 130 times
Re: Drawing Pixels White Outlines
Joelrodiel, hello!
I just moved than line
before love.graphics.newImage(...) calls and nasty outlines disappeared =)
I just moved than line
Code: Select all
love.graphics.setDefaultFilter('nearest','nearest')
Who is online
Users browsing this forum: Amazon [Bot], Google [Bot] and 7 guests