Commenting out the notion of status in the GameManager
It seems to be useless
This commit is contained in:
parent
62cb8cca87
commit
21576946f0
2 changed files with 12 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue