diff options
Diffstat (limited to 'game/enemy/EnemyPool.h')
-rw-r--r-- | game/enemy/EnemyPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/enemy/EnemyPool.h b/game/enemy/EnemyPool.h index f4d6765..ec96ac4 100644 --- a/game/enemy/EnemyPool.h +++ b/game/enemy/EnemyPool.h @@ -7,5 +7,5 @@ public: void create_enemies(crepe::Scene & scn); private: - static constexpr int MAXIMUM_AMOUNT = 10; + static constexpr int MAXIMUM_AMOUNT = 7; }; |