Riddik Posted November 25, 2014 Share Posted November 25, 2014 Hi, i set 'antialias' to false:game = new Phaser.Game(900, 600, Phaser.CANVAS, 'game', { preload: preload, create: startGame }, false, false);game.antialias = false; //not necessarilybut still all seems smoothly. Phaser version 2.1.3 Please help, how antialias turn off? It is possible? Link to comment Share on other sites More sharing options...
nkholski Posted November 25, 2014 Share Posted November 25, 2014 game.stage.smoothed = false;Example: http://examples.phaser.io/_site/view_full.html?d=display&f=render+crisp.js&t=render%20crisp Riddik 1 Link to comment Share on other sites More sharing options...
Riddik Posted November 25, 2014 Author Share Posted November 25, 2014 It's really weird and somehow does not work for me ( But thanks, I'll look for the cause. Link to comment Share on other sites More sharing options...
stormwarestudios Posted November 25, 2014 Share Posted November 25, 2014 Also see here: http://html5hub.com/state-of-nearest-neighbor-interpolation-in-canvas/#i.3bx5iz87ues5sm Riddik 1 Link to comment Share on other sites More sharing options...
Riddik Posted November 25, 2014 Author Share Posted November 25, 2014 Thank you, it's very helpful) Link to comment Share on other sites More sharing options...
Recommended Posts