aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-07 13:21:09 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-07 13:21:09 +0100
commit80fc064c77bb61d9b329b58532c9cacd99038e0a (patch)
tree35f3a52350294801f8bcee2b66befba5df2ec695 /game/Config.h
parenta2d9f875a219d6d1c53784a307b4915cc4e1ee14 (diff)
First setup for NPCs
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 d6f8349..ea95a90 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -6,6 +6,7 @@ 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_OBSTACLES = 8; // 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_PARTICLES_FOREGROUND = 15; // Only for GameScene
static constexpr int COLL_LAY_BOT_TOP = 1; // Only for GameScene