Compare commits
1 Commits
feature/ti
...
fix/nisse-
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b22f708a5 |
@@ -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')
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user