Image Blurring..
Posted: Mon Jul 03, 2023 7:03 pm
So I'm trying to recreate a game, and I'm using a sprite copied from the game, but on zoom in it's blurring around the edges, as if to smooth it..
The first line of my main.lua is love.graphics.setDefaultFilter("nearest", "nearest")
It seems to be blurring the image whether i just screenshot it from the original game (e.g. 60x30, each colored part is 4 pixels) or if i just use the pixel perfect image (e.g. 30x15), whether i scale it up to fit the original or not..
and this seems to apply to all the sprites in my game btw
The first line of my main.lua is love.graphics.setDefaultFilter("nearest", "nearest")
It seems to be blurring the image whether i just screenshot it from the original game (e.g. 60x30, each colored part is 4 pixels) or if i just use the pixel perfect image (e.g. 30x15), whether i scale it up to fit the original or not..
and this seems to apply to all the sprites in my game btw