aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-09 14:46:30 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-09 14:46:30 +0100
commit7739a80176cea889ce240d18d354c5174825b25a (patch)
treee61974e217791cd86f519bf1c4cfd3b082d55166 /game/Config.h
parent8b32dbc33c434f84b4aab98819147c3b8416ff69 (diff)
workers during normal sequence working
Diffstat (limited to 'game/Config.h')
-rw-r--r--game/Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/Config.h b/game/Config.h
index 8fa41ba..3242a03 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -34,6 +34,7 @@ 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