|
@@ -13,9 +13,10 @@ export default class MenuController {
|
|
|
console.log("In constructor MenuController " + this.phaserEngine);
|
|
|
|
|
|
this.mainMenuScene = new MainMenuScene(this.menuEventListener());
|
|
|
- this.socketService = new SocketService();
|
|
|
- this.socketService.connect('http://localhost', 4000);
|
|
|
- this.socketService.auth('Jojo');
|
|
|
+
|
|
|
+ //this.socketService = new SocketService();
|
|
|
+ //this.socketService.connect('http://localhost', 4000);
|
|
|
+ //this.socketService.auth('Jojo');
|
|
|
}
|
|
|
|
|
|
displayMainMenu() {
|