From cb17c2aad3ca8c89d0f6d8305ba4f3a5c3c2a971 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Fri, 10 Jan 2025 10:19:02 +0100 Subject: added to config enemy_pool_max --- game/enemy/EnemyConfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'game/enemy/EnemyConfig.h') diff --git a/game/enemy/EnemyConfig.h b/game/enemy/EnemyConfig.h index f7b660a..f9fb469 100644 --- a/game/enemy/EnemyConfig.h +++ b/game/enemy/EnemyConfig.h @@ -5,3 +5,4 @@ // static constexpr crepe::vec2 PLAYER_BULLET_POOL_LOCATION = {0, -850}; static constexpr crepe::vec2 ENEMY_BULLET_POOL_LOCATION = {0, -750}; static constexpr crepe::vec2 ENEMY_POOL_LOCATION = {0, -650}; +static constexpr int ENEMY_POOL_MAX = 12; -- cgit v1.2.3