This commit is contained in:
David Négrier 2020-06-22 16:11:48 +02:00
parent 9b174836cd
commit 3f927280a6
2 changed files with 3 additions and 3 deletions

View file

@ -190,7 +190,7 @@ export class GameScene extends Phaser.Scene {
this.simplePeer.closeAllConnections();
let key = 'somekey'+Math.round(Math.random()*10000);
const key = 'somekey'+Math.round(Math.random()*10000);
const game : Phaser.Scene = GameScene.createFromUrl(this.MapUrlFile, this.instance, key);
this.scene.add(key, game, true,
{