Update feedback @moufmouf

This commit is contained in:
Gregoire Parant 2021-02-04 16:05:05 +01:00
parent 59b4b168e9
commit 03f1f5bf75
1 changed files with 3 additions and 2 deletions

View File

@ -117,10 +117,11 @@ export class MenuScene extends Phaser.Scene {
const adminSection = this.menuElement.getChildByID('adminConsoleSection') as HTMLElement;
adminSection.hidden = false;
}
if (connectionManager.getConnexionType === GameConnexionTypes.anonymous){
//TODO bind with future metadata of card
//if (connectionManager.getConnexionType === GameConnexionTypes.anonymous){
const adminSection = this.menuElement.getChildByID('socialLinks') as HTMLElement;
adminSection.hidden = false;
}
//}
this.tweens.add({
targets: this.menuElement,
x: openedSideMenuX,