mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
Hide phaser banner
This commit is contained in:
parent
304c063887
commit
3b7cff6ac7
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user