diff options
Diffstat (limited to 'src/constants.odin')
| -rw-r--r-- | src/constants.odin | 6 |
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 |
