beacon: implement the Unbuilding endgame

This commit is contained in:
Timmy
2026-04-13 21:44:02 -04:00
committed by Alexander Whitestone
parent 1081b9e6c4
commit aa88937509
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 ===