Hi,
in my game I using very low-res pixel sprite, and scale them up to make the game looks very pixel-ish. I also set the Sampling method to Point so make sure the scale is sharp instead of been blured or smoothed. It works fine in PC but when I exported to iOS via cocoonJS, the scaled sprites are blured.
Is there anyway to fix this issue?