aboutsummaryrefslogtreecommitdiff
path: root/pickups.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2022-02-07 14:50:33 -0800
committer1029chris <1029chris@gmail.com>2022-02-07 14:50:33 -0800
commit30a95588502912f29c49c02d4e9620a26ed28643 (patch)
tree3437b0a4ccce5658b08b5796f1ec7cf9a211c491 /pickups.lua
parentcbb2b65b35e9fe642ff2e6771572251b9c876c30 (diff)
Programed the "ball shooter" and made some changes here and there
Diffstat (limited to 'pickups.lua')
-rw-r--r--pickups.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/pickups.lua b/pickups.lua
index 853ddeb..b735e14 100644
--- a/pickups.lua
+++ b/pickups.lua
@@ -50,6 +50,7 @@ function addpickup(x, y, type)
elseif pickup.type == "3shoot" then
player.shoot3 = true
end
+ sfx(6)
end
function pickup.draw(pickup)