diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-09 14:47:58 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-09 14:47:58 +0100 |
commit | 00f48f0b3ea0853d5277caef3fed6cff0042c607 (patch) | |
tree | 8947d2fe41c39858841c9fea5b03e50dc527d927 /game | |
parent | 7739a80176cea889ce240d18d354c5174825b25a (diff) |
removed unnecesary config option
Diffstat (limited to 'game')
-rw-r--r-- | game/Config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/Config.h b/game/Config.h index 3242a03..8fa41ba 100644 --- a/game/Config.h +++ b/game/Config.h @@ -34,7 +34,6 @@ static constexpr int COLL_LAY_MISSILE = 8; // Only for GameScene static constexpr int COLL_LAY_BULLET = 9; // Only for GameScene static constexpr int COLL_LAY_ENEMY = 10; // Only for GameScene static constexpr int COLL_LAY_PLAYER_BULLET = 11; // Only for GameScene -static constexpr int COLL_LAY_PLAYER_SHIELD = 12; // Only for GameScene static constexpr float GAME_HEIGHT = 800; // In game units static constexpr float HALLWAY_HEIGHT = 475; // In game units |