🐛 Nisse info panel no longer pauses the game #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/nisse-info-panel-no-pause"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #15.
What changed
Removed
uiMenuOpen/uiMenuCloseevent emits fromopenNisseInfoPanel()andcloseNisseInfoPanel()inUIScene.Why
The Nisse info panel is an observational overlay — Nisse AI, farming, and camera should keep running while it is open. The
uiMenuOpenevent was incorrectly blocking the game loop, which is only appropriate for exclusive-input menus (build menu, villager panel, ESC menu).merge it.