nak3ddogs Posted September 13, 2014 Share Posted September 13, 2014 helo! how can i scale everything with nearest neightbour scaling method. i found some old topic and tryed some stuffs but i couldnt make them work. i found this bufcontext.webkitImageSmoothingEnabled = false;bufcontext.mozImageSmoothingEnabled = false; but i dont know where i have to place this. Link to comment Share on other sites More sharing options...
lewster32 Posted September 13, 2014 Share Posted September 13, 2014 This is being asked a lot lately, but this plug-in is currently the best solution for cross-browser sharp pixels: https://github.com/beeglebug/phaser-pixel-scaler nak3ddogs 1 Link to comment Share on other sites More sharing options...
xerver Posted September 14, 2014 Share Posted September 14, 2014 Pass false for the antialias parameter to Phaser, that should do what you are trying to. Link to comment Share on other sites More sharing options...
nak3ddogs Posted September 14, 2014 Author Share Posted September 14, 2014 thx all Link to comment Share on other sites More sharing options...
Recommended Posts