aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-06 11:11:25 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-06 11:11:25 +0100
commit20ae1e9dc2043ef3c190f77dd5f9de74bcd533de (patch)
treee4f4789f242bd4e60f5eae7bd8cc0d233da5be2a /game/Config.h
parentb31934cc6867be10e986a4bd4d0ab81dc91d56ec (diff)
Added dt
Diffstat (limited to 'game/Config.h')
-rw-r--r--game/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/Config.h b/game/Config.h
index 1e51141..d6f8349 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -23,5 +23,5 @@ static constexpr int VIEWPORT_X = 1100; // In game units
// 'GAME_HEIGHT' (below) should be replaced by '500' when game development is finished
static constexpr int VIEWPORT_Y = GAME_HEIGHT; // In game units
-static constexpr int PLAYER_SPEED = 150; // In game units
+static constexpr int PLAYER_SPEED = 7500; // In game units
static constexpr int PLAYER_GRAVITY_SCALE = 60; // In game units