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

@@ -113,6 +113,11 @@ Tick WaveSystem::bossCountdownTicks() const
return m_bossCountdownTicks;
}
Tick WaveSystem::normalGapRemainingTicks() const
{
return m_normalGapRemainingTicks;
}
// ---------------------------------------------------------------------------
// Private helpers
// ---------------------------------------------------------------------------