Small sprite resizing

So I have small character sprites, 16 by 32 pixels and they’re obviously extremely tiny at their default size. Whenever I try to scale them up to 32 by 64, they lose get blurred and ugly looking. I’ve tried just giving the sprite a custom size and alternatively, using the zoom action to zoom the camera in by 2x and both ways result in the same anti-aliased look.

There’s a hidden smoothing option that may solve this.

Click on the Projects tab, then the Images button, then the name of the sprite. In the properties window there will be a “Smooth the image” option. Try changing this to “No”.

That worked, thanks !