From 2e90f9f959b0fcefbea728a00dda8c1cfed222fb Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Mon, 6 May 2024 15:34:38 -0600 Subject: Jumping is different --- src/shooterScreen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shooterScreen.h') diff --git a/src/shooterScreen.h b/src/shooterScreen.h index 720b961..f077ee6 100644 --- a/src/shooterScreen.h +++ b/src/shooterScreen.h @@ -7,8 +7,8 @@ #define PLAYER_HEIGHT 2.0 #define PLAYER_SPEED 10.0 -#define PLAYER_JUMP_SPEED 15.0 -#define PLAYER_FALL_SPEED 18.0 +#define PLAYER_JUMP_SPEED 20.0 +#define PLAYER_FALL_SPEED 20.0 #define PLAYER_JUMP_HEIGHT 8.0 #define MOUSE_SPEED 0.01 -- cgit v1.2.3