aboutsummaryrefslogtreecommitdiffstats
path: root/src/shooterScreen.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-06 21:34:38 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-06 21:34:38 +0000
commit2e90f9f959b0fcefbea728a00dda8c1cfed222fb (patch)
tree22d3d6004edbd0ffa5a6de4dec027babd57cceab /src/shooterScreen.h
parente9787dccd1cc1f0ef096ecde381f9f817a86260a (diff)
downloadPenguinYippies-2e90f9f959b0fcefbea728a00dda8c1cfed222fb.tar.gz
PenguinYippies-2e90f9f959b0fcefbea728a00dda8c1cfed222fb.tar.bz2
PenguinYippies-2e90f9f959b0fcefbea728a00dda8c1cfed222fb.zip
Jumping is different
Diffstat (limited to 'src/shooterScreen.h')
-rw-r--r--src/shooterScreen.h4
1 files changed, 2 insertions, 2 deletions
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