aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2025-01-08 15:57:05 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2025-01-08 15:57:05 +0100
commit1ec7e724fcace1274473dfcae91022cc1c930baa (patch)
tree1508e8cd74588f388093dae81432fa66ecd436f2 /game/Config.h
parentce83df284173cfb4f6e430bf3ed8080ea21204d7 (diff)
working scheduler and enemies and rest
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 58a51f2..e4f617a 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -63,3 +63,4 @@ static constexpr int PLAYER_GRAVITY_SCALE = 60; // In game units
// Jetpack particles
static constexpr const char * JETPACK_PARTICLES = "jetpack_particles";
+static constexpr const char * CAMERA_NAME = "camera";