aboutsummaryrefslogtreecommitdiff
path: root/src/constants.odin
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-03 18:47:08 -0500
committeriamcheeseman <[email protected]>2026-03-03 18:47:08 -0500
commit423b35bf0537c3bfaea28e6d6d9b1ce59838306f (patch)
tree24ad60908cae05868422b7cfda13fd9c52a0c85d /src/constants.odin
parent2a6e3157df8d0865d518a610bc4aa565a28e59c3 (diff)
Add the muntik
Diffstat (limited to 'src/constants.odin')
-rw-r--r--src/constants.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.odin b/src/constants.odin
index a25f1f9..bf68c67 100644
--- a/src/constants.odin
+++ b/src/constants.odin
@@ -30,3 +30,5 @@ PLAYER_GUN_DIST :: 7 // how far out to hold the gun
PLAYER_GUN_KICKBACK :: 4 // how far to move the gun back when you shoot
PLAYER_SCARF_DIST :: 5
+
+MUNTIK_SPEED :: 25