Tweak wave times, fix Unit modification

This commit is contained in:
2024-02-13 15:55:14 +01:00
parent d8c7bb7074
commit 40712e13a9
4 changed files with 52 additions and 45 deletions

View File

@@ -8,12 +8,12 @@
EnemyWaves getDefaultWaves() {
static WaveData waves[NUM_WAVES] = {
{ 0, 0.0f, 5, 1.0f, 0, 5 * 60 },
{ 0, 0.0f, 20, 2.0f, 0, 1.5f * 60 },
{ 5, 0.2f, 30, 2.2f, 0, 30 },
{ 10, 0.5f, 40, 2.4f, 0, 20 },
{ 20, 1.0f, 60, 2.6f, 0, 20 },
{ 40, 1.4f, 80, 2.8f, 0, 10 },
{ 0, 0.0f, 5, 1.0f, 0, 8 * 60 },
{ 0, 0.0f, 20, 2.0f, 0, 3 * 60 },
{ 5, 0.2f, 30, 2.2f, 0, 60 },
{ 10, 0.5f, 40, 2.4f, 0, 40 },
{ 20, 1.0f, 60, 2.6f, 0, 30 },
{ 40, 1.4f, 80, 2.8f, 0, 20 },
{ 60, 1.5f, 100, 3.0f, 0, 10 },
{ 80, 1.6f, 120, 3.2f, 0, 10 },
{ 100, 1.8f, 160, 3.4f, 0, 5 },