Commenting out the notion of status in the GameManager

It seems to be useless
This commit is contained in:
David Négrier 2020-05-24 23:33:56 +02:00
parent 62cb8cca87
commit 21576946f0
2 changed files with 12 additions and 12 deletions

View file

@ -145,7 +145,7 @@ export class GameScene extends Phaser.Scene {
this.MapPlayers = this.physics.add.group({ immovable: true });
//notify game manager can to create currentUser in map
this.GameManager.createCurrentPlayer();
this.createCurrentPlayer();
//initialise camera
this.initCamera();