diff options
| author | iamcheeseman <[email protected]> | 2026-03-03 21:18:58 -0500 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-03 21:18:58 -0500 |
| commit | e84dfb90fca869d999297e54538bdfa86e4406aa (patch) | |
| tree | 03c4431f46b146f2c6cfbeeb50e41cf5d2d6b9f7 /src/constants.odin | |
| parent | 86f95e0737ba082625c22d40057e66499cbc8ac1 (diff) | |
Fix fall damage
Diffstat (limited to 'src/constants.odin')
| -rw-r--r-- | src/constants.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.odin b/src/constants.odin index 946aff0..c3bb52a 100644 --- a/src/constants.odin +++ b/src/constants.odin @@ -31,7 +31,7 @@ PLAYER_GUN_KICKBACK :: 4 // how far to move the gun back when you shoot PLAYER_SCARF_DIST :: 5 -PLAYER_MAX_FALL_DAMAGE :: 5 +PLAYER_MAX_FALL_DAMAGE :: 7 MAX_SAFE_FALL_HEIGHT :: 8 * 16 MAX_FALL_HEIGHT :: 16 * 16 |
