aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/Config.h')
-rw-r--r--game/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/Config.h b/game/Config.h
index c698420..58a51f2 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -61,5 +61,5 @@ 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
-static constexpr const char* CAMERA_NAME = "camera";
-
+// Jetpack particles
+static constexpr const char * JETPACK_PARTICLES = "jetpack_particles";