aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/Config.h1
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