From 457aaf1cc62789c1272bd13237b0f0a58307c007 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Tue, 15 Feb 2022 23:52:01 -0800 Subject: more token hunting... aaaaaAAAAAAAAAAAAAa --- bullets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bullets.lua') diff --git a/bullets.lua b/bullets.lua index 1b217e7..5d22e47 100644 --- a/bullets.lua +++ b/bullets.lua @@ -85,7 +85,7 @@ function addlaser(x, y, r) end function laser.update(laser) - timer += 1/60 + timer += ft --collision detection after the warm up if timer > 1.5 and timer < 3.6 then if not playingsound then -- cgit