In the construct 2 editor all the sprites looks sharp and clean but then when I exported the project in nw.js some random (seemingly no pattern with all sprites affected) sprites are blurry. I tried exporting the project with png compression none, standard and brute but all still have blurry sprites.
The exported settings were high dpi = on, sampling = linear and downscaling = medium.
The blurry sprites almost look as if they were rendered with point sampling. In the game you can zoom from 2x to 0.5x scale, when at 2x zoom the previously blurry sprites look normal and as if rendered in linear sampling but further out it returns to being blurry.
Does anybody know what's happening and how to solve it?