diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-08 12:17:36 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-08 12:17:36 +0100 |
commit | dc5d46426b30303843e8746d514db6f55ce1495b (patch) | |
tree | 2b01a358b3daa4f55e54ca2c87f58becf83edeb8 /game/Config.h | |
parent | 1a5744a3285a5ba5132fb4f6f031c27df1b64d33 (diff) | |
parent | c9c9702edc58ff8f40b13dc6b86b216421f79e9b (diff) |
Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/enemyAI
Diffstat (limited to 'game/Config.h')
-rw-r--r-- | game/Config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/Config.h b/game/Config.h index 5b483cc..7cca586 100644 --- a/game/Config.h +++ b/game/Config.h @@ -7,8 +7,9 @@ static constexpr int SORT_IN_LAY_FORE_BACKGROUND = 5; // For all scenes static constexpr int SORT_IN_LAY_PARTICLES_BACKGROUND = 6; // For all scenes static constexpr int SORT_IN_LAY_COINS = 7; // Only for GameScene static constexpr int SORT_IN_LAY_OBSTACLES = 8; // Only for GameScene +static constexpr int SORT_IN_LAY_WORKERS_BACK = 9; // Only for GameScene static constexpr int SORT_IN_LAY_PLAYER = 10; // Only for GameScene -static constexpr int SORT_IN_LAY_WORKERS = 12; // Only for GameScene +static constexpr int SORT_IN_LAY_WORKERS_FRONT = 12; // Only for GameScene static constexpr int SORT_IN_LAY_PARTICLES_FOREGROUND = 15; // Only for GameScene static constexpr int COLL_LAY_BOT_TOP = 1; // Only for GameScene |