From 86f95e0737ba082625c22d40057e66499cbc8ac1 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 3 Mar 2026 21:13:32 -0500 Subject: Health and dying --- src/constants.odin | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/constants.odin') diff --git a/src/constants.odin b/src/constants.odin index bf68c67..946aff0 100644 --- a/src/constants.odin +++ b/src/constants.odin @@ -31,4 +31,10 @@ PLAYER_GUN_KICKBACK :: 4 // how far to move the gun back when you shoot PLAYER_SCARF_DIST :: 5 +PLAYER_MAX_FALL_DAMAGE :: 5 + +MAX_SAFE_FALL_HEIGHT :: 8 * 16 +MAX_FALL_HEIGHT :: 16 * 16 + MUNTIK_SPEED :: 25 +MUNTIK_DAMAGE :: 3 -- cgit v1.3-2-g0d8e