diff options
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 |
