aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/EnemyPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/enemy/EnemyPool.h')
-rw-r--r--game/enemy/EnemyPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/enemy/EnemyPool.h b/game/enemy/EnemyPool.h
index e2b9ddd..916b930 100644
--- a/game/enemy/EnemyPool.h
+++ b/game/enemy/EnemyPool.h
@@ -6,5 +6,5 @@ class EnemyPool {
public:
void create_enemies(crepe::Scene & scn);
private:
- static constexpr int MAXIMUM_AMOUNT = 100;
+ static constexpr int MAXIMUM_AMOUNT = 10;
};