Riddik Posted November 25, 2014 Report 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? Quote Link to comment Share on other sites More sharing options...
nkholski Posted November 25, 2014 Report 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 Quote Link to comment Share on other sites More sharing options...
Riddik Posted November 25, 2014 Author Report Share Posted November 25, 2014 It's really weird and somehow does not work for me ( But thanks, I'll look for the cause. Quote Link to comment Share on other sites More sharing options...
stormwarestudios Posted November 25, 2014 Report Share Posted November 25, 2014 Also see here: http://html5hub.com/state-of-nearest-neighbor-interpolation-in-canvas/#i.3bx5iz87ues5sm Riddik 1 Quote Link to comment Share on other sites More sharing options...
Riddik Posted November 25, 2014 Author Report Share Posted November 25, 2014 Thank you, it's very helpful) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.