diff options
| author | Ribbon <ambiguousmachine@gmail.com> | 2022-02-11 09:52:06 -0800 |
|---|---|---|
| committer | Ribbon <ambiguousmachine@gmail.com> | 2022-02-11 09:52:06 -0800 |
| commit | ba21794f28d67f2be5c3154fa3d30b114fd6c37c (patch) | |
| tree | 41be6cc844a5e57c319decc4c6c09f058b3a483c /pickups.lua | |
| parent | 2debf09efb92513ef69bfdcf6120bf2d1a9725a7 (diff) | |
moved sprites, updated text on title screen, added mock up of high score display
also made some edits to sfx channels
Diffstat (limited to 'pickups.lua')
| -rw-r--r-- | pickups.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pickups.lua b/pickups.lua index 97fa2b4..6e4a103 100644 --- a/pickups.lua +++ b/pickups.lua @@ -50,7 +50,7 @@ function addpickup(x, y, type) elseif pickup.type == "3shoot" then player.shoot3 = true end - sfx(30, 2) + sfx(30, 1) end function pickup.draw(pickup) |
