Add Esc-to-menu toggle as a stopgap for Quit #25
No reviewers
Labels
No labels
assets
bug
duplicate
enhancement
help wanted
invalid
question
testing
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
liamjd/UntitledColonyBuilder!25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "18-add-main-menu-to-game"
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?
Summary
GameState.main_menuflag (defaulttrue, with amain_menu_changedsignal) toggled on Escape fromgame.gd.main_menu.tscnas a hidden overlay child ofgame.tscn, driven by that flag, so Quit (and the rest of the main menu) is reachable from the main game screen.Test plan
GameState.main_menu = falseis gated behindnot Engine.is_editor_hint(), sinceGameStateisn't reliably available whengame.gdruns as@toolin-editor.Closes #18
🤖 Generated with Claude Code