Update feedback @moufmouf
This commit is contained in:
parent
59b4b168e9
commit
03f1f5bf75
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user