show threat budget in debug text overlay

This commit is contained in:
2026-06-06 20:56:02 +02:00
parent 6b95619806
commit 8dad554800
7 changed files with 58 additions and 2 deletions

View File

@@ -46,6 +46,10 @@ public:
// Ticks remaining until the next boss wave fires (REQ-WAV-BOSS-COUNTDOWN).
Tick bossCountdownTicks() const;
// Ticks remaining on the current normal-wave gap timer (REQ-WAV-GAP).
// Frozen during quiet windows.
Tick normalGapRemainingTicks() const;
private:
struct SpawnEntry
{