From 423b35bf0537c3bfaea28e6d6d9b1ce59838306f Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 3 Mar 2026 18:47:08 -0500 Subject: Add the muntik --- src/constants.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/constants.odin') 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 -- cgit v1.3-2-g0d8e