mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Hide phaser banner
This commit is contained in:
parent
304c063887
commit
3b7cff6ac7
@ -21,6 +21,7 @@ class MarGame {
|
|||||||
constructor() {
|
constructor() {
|
||||||
|
|
||||||
let self = this;
|
let self = this;
|
||||||
|
window["PhaserGlobal"] = {hideBanner: 1};
|
||||||
this.game = new Phaser.Game(RENDERER_WIDTH, RENDERER_HEIGHT, Phaser.AUTO, 'game', null, true, false);
|
this.game = new Phaser.Game(RENDERER_WIDTH, RENDERER_HEIGHT, Phaser.AUTO, 'game', null, true, false);
|
||||||
|
|
||||||
this.bootState = {
|
this.bootState = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user