Search found 2 matches

by buby1
Fri Aug 06, 2021 7:00 pm
Forum: Support and Development
Topic: Something similar to 'setFilter' using push library
Replies: 3
Views: 2554

Re: Something similar to 'setFilter' using push library

Thank you. For some reason using setFilter() didn't work for me with push, but setting the default filter at the top of my program worked.
by buby1
Fri Aug 06, 2021 2:50 am
Forum: Support and Development
Topic: Something similar to 'setFilter' using push library
Replies: 3
Views: 2554

Something similar to 'setFilter' using push library

Am currently making my first game right now. I wanted to scale up my game because I am using pixel graphics, and the window is quite small when it's 256 x 256. I know when using love.graphics.scale() to scale your game you can use something like sprites.player:setFilter('nearest', 'nearest') in orde...