Blurred sprites from png

Hello,
My game is having some troubles with the sprites: the images are blurred, see follow image:


See an high quality sprite to compare:
building

What should I do the keep the quality of the sprite? Should I use another png editor? (I’m using Inkscape to draw the sprites).

are you scale the image ? if yes that’s the problem.

I’ll give a look at this. Thanks

PNG is a raster format. Resizing a raster image inside the game by changing its scale (or its display size, which also changes its scale) will degrade its quality no matter which format it’s in.

To “fix” this, the image has to be drawn at the size you need it. If you’re using Inkscape, you’re probably working with vector graphics, so you should be able to export a PNG of any size.

1 Like

Ok man, thanks for the infos. I disabled the scale fit and the game stays at the predefined size. For now, I will keep without the auto scale.