🐛 Nisse info panel no longer pauses the game #18

Merged
tekki merged 1 commits from fix/nisse-info-panel-no-pause into master 2026-03-22 09:21:38 +00:00
Showing only changes of commit 9b22f708a5 - Show all commits

View File

@@ -692,7 +692,6 @@ export class UIScene extends Phaser.Scene {
private openNisseInfoPanel(villagerId: string): void {
this.nisseInfoId = villagerId
this.nisseInfoVisible = true
this.scene.get('Game').events.emit('uiMenuOpen')
this.buildNisseInfoPanel()
}
@@ -703,7 +702,6 @@ export class UIScene extends Phaser.Scene {
this.nisseInfoId = null
this.nisseInfoGroup.destroy(true)
this.nisseInfoGroup = this.add.group()
this.scene.get('Game').events.emit('uiMenuClose')
}
/**