implement ships depart in waves

This commit is contained in:
2026-04-27 21:31:04 +02:00
parent 7b67093540
commit ed6b503767
10 changed files with 78 additions and 11 deletions

View File

@@ -92,6 +92,7 @@ private:
std::mt19937 m_rng;
Tick m_currentTick;
Tick m_nextDepartureTick;
EntityId m_nextId;
int m_buildingBlocksStock;
bool m_gameOver = false;