Hide phaser banner

This commit is contained in:
simon987 2020-07-28 20:03:47 -04:00
parent 304c063887
commit 3b7cff6ac7

View File

@ -21,6 +21,7 @@ class MarGame {
constructor() {
let self = this;
window["PhaserGlobal"] = {hideBanner: 1};
this.game = new Phaser.Game(RENDERER_WIDTH, RENDERER_HEIGHT, Phaser.AUTO, 'game', null, true, false);
this.bootState = {