stage.js
stage.js copied to clipboard
Is there a way to scale image to nearest neighbor?
I saw scaleMode but I didn't see how can I scale an image with nearest neighbor (to prevent pixelated image from blurry)?
Unfortunately there is no way to do it, most of scaling option are designed to support responsive and high-resolution game ui.