From e84dfb90fca869d999297e54538bdfa86e4406aa Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 3 Mar 2026 21:18:58 -0500 Subject: Fix fall damage --- src/constants.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.odin') 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 -- cgit v1.3-2-g0d8e