aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-06 09:56:37 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-06 09:56:37 +0100
commita4576c3bab0901074c53209c141b2a767c60d38a (patch)
treeb17563a92576d24108bd5b3e441db089332c9c2d /game/Config.h
parente7cebc43f567b0fa1701d953a9f25d5f527e89bb (diff)
Improved Player speed and velocity
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 973944e..1e51141 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 = 100; // In game units
-static constexpr int PLAYER_GRAVITY_SCALE = 40; // In game units
+static constexpr int PLAYER_SPEED = 150; // In game units
+static constexpr int PLAYER_GRAVITY_SCALE = 60; // In game units