Page 1 of 1

Pixel art not showing properly

Posted: Fri Nov 16, 2012 4:38 pm
by SahchaS
Hello everyone
I'm having this little problem with my game:
Image
As you can see the left image looks way better than the one in the right and I want it to look like that, but when I fullscreen the game it gets all blurry. Does anyone know how to solve that ?

Re: Pixel art not showing properly

Posted: Fri Nov 16, 2012 6:56 pm
by Azhukar
Call this in love.load

Code: Select all

love.graphics.setDefaultImageFilter("nearest","nearest")

Re: Pixel art not showing properly

Posted: Sat Nov 17, 2012 12:24 am
by Nsmurf
Please do not use mediafire, use the "Upload attachment" button on the forums.

Re: Pixel art not showing properly

Posted: Sat Nov 17, 2012 2:05 pm
by SahchaS
Azhukar wrote:Call this in love.load

Code: Select all

love.graphics.setDefaultImageFilter("nearest","nearest")
Thanks, I'll try that
Nsmurf wrote:
Please do not use mediafire, use the "Upload attachment" button on the forums.
Sorry, should I delete the link ?

Re: Pixel art not showing properly

Posted: Sat Nov 17, 2012 8:30 pm
by Nsmurf
If upload an attachment, then you should, however, don't delete it until you upload the attachment.