beacon: implement the Unbuilding endgame
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Successful in 10s
Smoke Test / smoke (pull_request) Failing after 21s

This commit is contained in:
Timmy
2026-04-13 21:44:02 -04:00
parent 1081b9e6c4
commit e12ea43518
8 changed files with 877 additions and 6 deletions

View File

@@ -158,7 +158,14 @@ const G = {
// Time tracking
playTime: 0,
startTime: 0,
flags: {}
flags: {},
// Endgame sequence
beaconEnding: false,
dismantleTriggered: false,
dismantleActive: false,
dismantleStage: 0,
dismantleComplete: false
};
// === PHASE DEFINITIONS ===