Sgd Posted September 30, 2014 Share Posted September 30, 2014 Hello community! I'm developing an ads system for my game and I'm kind of stuck. I took a look to the documentation and I couldnt find anything related to freeze/unfreeze. So my question is: Is anything in Phaser that could I use to freeze/unfreeze the whole game? Thanks for your time! Link to comment Share on other sites More sharing options...
lewster32 Posted September 30, 2014 Share Posted September 30, 2014 game.paused = true;See this example for a use case: http://examples.phaser.io/_site/view_full.html?d=misc&f=pause+menu.js&t=pause%20menu Link to comment Share on other sites More sharing options...
Recommended Posts