menthos984 Posted December 28, 2016 Share Posted December 28, 2016 Can anyone help me on creating a button that is active even if the game is on pause (game.paused = true;)? Link to comment Share on other sites More sharing options...
drhayes Posted December 28, 2016 Share Posted December 28, 2016 You should probably check out "Phaser.State.pauseUpdate". You might have to call your button's update methods manually. Link to comment Share on other sites More sharing options...
ForgeableSum Posted December 28, 2016 Share Posted December 28, 2016 Making all your UI part of the DOM (html elements) is a cureall for this sort of stuff. Canvas is not particularly good at UI. HTML/CSS was built specifically for web UI. Link to comment Share on other sites More sharing options...
Recommended Posts