aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2024-12-21 11:36:37 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2024-12-21 11:36:37 +0100
commitd2af158ac63ab05b2fbfdcdf1b483662e48c0544 (patch)
tree14edc04fe7ddb4b85b151dfb857557fded5b2b93 /game/Config.h
parent9da9dd5a1ceb877dd6d822e91b3be2ffd4b43160 (diff)
Added Config.h
Diffstat (limited to 'game/Config.h')
-rw-r--r--game/Config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/game/Config.h b/game/Config.h
new file mode 100644
index 0000000..7a83ee6
--- /dev/null
+++ b/game/Config.h
@@ -0,0 +1,11 @@
+#pragma once
+
+static constexpr int SORT_IN_LAY_BACK_BACKGROUND = 3;
+static constexpr int SORT_IN_LAY_BACKGROUND = 4;
+static constexpr int SORT_IN_LAY_FORE_BACKGROUND = 5;
+static constexpr int SORT_IN_LAY_PARTICLES_BACKGROUND = 6;
+static constexpr int SORT_IN_LAY_OBSTACLES = 8;
+static constexpr int SORT_IN_LAY_PLAYER = 10;
+static constexpr int SORT_IN_LAY_PARTICLES_FOREGROUND = 15;
+
+