aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-10 11:04:44 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-10 11:04:44 +0100
commit64a0cf67d6c299a099b48ce083b1f3a688787cb3 (patch)
tree2672ad28158f6b38e590d4b8c09fa938233353c4 /game/Config.h
parent5863e43cdbf19738dabbd285e92622d740c72f71 (diff)
added optional replay and added black background
Diffstat (limited to 'game/Config.h')
-rw-r--r--game/Config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/Config.h b/game/Config.h
index 8fa41ba..391fd76 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -64,3 +64,5 @@ 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";
+
+static constexpr bool DISABLE_REPLAY = false;