Jump to content

Paused Game


Ryuuke
 Share

Recommended Posts

Hello, 

I want to create a pause menu that when the user click in a button, the pause menu apear and the game is paused.

 

I havesome trouble with that, when the user click the first time the game is paused, but the second time, nothing change, because the game is paused, so how can  I do that?

this.PauseButton = this.game.add.button(10, 10, "spritesheet", () => {            this.game.paused = !this.game.paused;        }, this, "pause-button1.png", "pause-button2.png", "pause-button3.png");
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...