diff options
| author | 1029chris <1029chris@gmail.com> | 2022-02-15 23:52:01 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2022-02-15 23:52:01 -0800 |
| commit | 457aaf1cc62789c1272bd13237b0f0a58307c007 (patch) | |
| tree | 540be29273667094780d427de914dbf63b2a942d /bullets.lua | |
| parent | efcd8adf972b113816a65b863d0ae59d76598f94 (diff) | |
more token hunting... aaaaaAAAAAAAAAAAAAa
Diffstat (limited to 'bullets.lua')
| -rw-r--r-- | bullets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
