aboutsummaryrefslogtreecommitdiff
path: root/game/Config.h
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2024-12-29 12:29:40 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2024-12-29 12:29:40 +0100
commite7cebc43f567b0fa1701d953a9f25d5f527e89bb (patch)
treeb53e2f18c506f0f2771e236fa6830d2e0af59622 /game/Config.h
parentbc66ba7754dec9d6f907bc69730f211ae2215906 (diff)
Added Player params to Config
Diffstat (limited to 'game/Config.h')
-rw-r--r--game/Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/Config.h b/game/Config.h
index 796ad6c..973944e 100644
--- a/game/Config.h
+++ b/game/Config.h
@@ -22,3 +22,6 @@ static constexpr int GAME_HEIGHT = 800; // In game units
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