aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorMax-001 <80035972+Max-001@users.noreply.github.com>2025-01-08 15:28:25 +0100
committerGitHub <noreply@github.com>2025-01-08 15:28:25 +0100
commit52dab49823377e9ffaf7b583edc102b559e7382a (patch)
treed966a39f23ac053c6cc5cee678d55c28f795704f /game/Config.h
parent0b9574bdd6c5968c07bcf165d66032b75649b5da (diff)
parente732abef5d0170cacf290de12a402dbd19f31a87 (diff)
Merge pull request #114 from lonkaars/max/game2
Max/game2
Diffstat (limited to 'game/Config.h')
-rw-r--r--game/Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/Config.h b/game/Config.h
index f1b64b3..c2f95c0 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -45,3 +45,6 @@ static constexpr const char * DISTANCE_RUN = "distance_run";
static constexpr const char * PLAYER_NAME = "player";
static constexpr int PLAYER_SPEED = 7500; // In game units
static constexpr int PLAYER_GRAVITY_SCALE = 60; // In game units
+
+// Jetpack particles
+static constexpr const char * JETPACK_PARTICLES = "jetpack_particles";