diff options
| author | iamcheeseman <[hidden email]> | 2026-01-16 13:30:02 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-16 13:30:02 -0500 |
| commit | 9180c51c40084aa30448bc4ffc06385489e7bf45 (patch) | |
| tree | 6b7c34fd18240151ba74195d20540e55bb89bf68 /src/main.odin | |
| parent | 40491b6f5ce5c66f90539e4d9584a4478381930b (diff) | |
bullets slow down and squish
Diffstat (limited to 'src/main.odin')
| -rw-r--r-- | src/main.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin index 05daf35..b257bf7 100644 --- a/src/main.odin +++ b/src/main.odin @@ -20,7 +20,7 @@ Rect :: struct { size: Vec2, } -ROOM_FADE_SIZE :: 16 +ROOM_FADE_SIZE :: 8 state: struct { debug_mode: bool, |
