beacon: implement the Unbuilding endgame
This commit is contained in:
committed by
Alexander Whitestone
parent
1081b9e6c4
commit
aa88937509
@@ -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 ===
|
||||
|
||||
Reference in New Issue
Block a user