aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/EnemyConfig.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-10 10:19:02 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-10 10:19:02 +0100
commitcb17c2aad3ca8c89d0f6d8305ba4f3a5c3c2a971 (patch)
treea652b86ac178052320ce7920e9cc450c84173656 /game/enemy/EnemyConfig.h
parentc1325d3e979e294fced8f80ce43dd1eb86d7f5df (diff)
added to config enemy_pool_max
Diffstat (limited to 'game/enemy/EnemyConfig.h')
-rw-r--r--game/enemy/EnemyConfig.h1
1 files changed, 1 insertions, 0 deletions
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;