How to reload a game in Phaser 3?

后端 未结 0 624
有刺的猬
有刺的猬 2021-01-25 07:06

I did reload a game in phaser 3 by this code

 playbtn.on(\'click\', (event) => {
        this.scene.restart();
        
    });

However, I got

相关标签:
回答
  • 消灭零回复
提交回复
热议问题