From bf9a45d87e3016d07a331271949f2d443c0709da Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 31 May 2025 21:55:21 -0700 Subject: [PATCH] fix gframe unit --- vacuum_gambit.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vacuum_gambit.p8 b/vacuum_gambit.p8 index 35d7a07..0f882dd 100644 --- a/vacuum_gambit.p8 +++ b/vacuum_gambit.p8 @@ -201,7 +201,7 @@ function updategame() mode = rearm_mode.new() return _update60() end - gframe += 1 + gframe += 0x0.0001 if current_wave then if current_wave:update() then -- end of stage