diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-09 16:06:45 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-09 16:06:45 +0100 |
commit | dc8140877c1ae638285d812035473591a1814ce7 (patch) | |
tree | b8e2538e98a9b3d461cc54455a62095a48ddb32b /game/enemy/EnemyPool.h | |
parent | b091cb7910fa82e9fb00abdb163d277ba574f804 (diff) |
enemy death working
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; }; |