aboutsummaryrefslogtreecommitdiff
path: root/src/constants.odin
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-03 21:13:32 -0500
committeriamcheeseman <[email protected]>2026-03-03 21:13:32 -0500
commit86f95e0737ba082625c22d40057e66499cbc8ac1 (patch)
treec86336bf0a21b7740d8b5416424b30c4bb3eee9e /src/constants.odin
parent11d72700ad9afd1d23bdae730edf5b160e99fde4 (diff)
Health and dying
Diffstat (limited to 'src/constants.odin')
-rw-r--r--src/constants.odin6
1 files changed, 6 insertions, 0 deletions
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