diff options
| author | iamcheeseman <[email protected]> | 2026-03-03 18:47:08 -0500 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-03 18:47:08 -0500 |
| commit | 423b35bf0537c3bfaea28e6d6d9b1ce59838306f (patch) | |
| tree | 24ad60908cae05868422b7cfda13fd9c52a0c85d /src/player.odin | |
| parent | 2a6e3157df8d0865d518a610bc4aa565a28e59c3 (diff) | |
Add the muntik
Diffstat (limited to 'src/player.odin')
| -rw-r--r-- | src/player.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.odin b/src/player.odin index 353254b..4747e65 100644 --- a/src/player.odin +++ b/src/player.odin @@ -4,8 +4,8 @@ import "core:math" import "core:math/linalg" import "core:log" -import "phys" import "fw" +import "phys" Player_State :: enum { Default, |
