Lint
This commit is contained in:
parent
9b174836cd
commit
3f927280a6
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue