aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/EnemyConfig.h
diff options
context:
space:
mode:
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;