From c3adabae861162b66c1b4499754848d1ffdc0833 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Fri, 4 Feb 2022 17:50:20 -0800 Subject: WAVES!!!!!!!! and other stuff --- players.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'players.lua') diff --git a/players.lua b/players.lua index a4792ec..bb73345 100644 --- a/players.lua +++ b/players.lua @@ -41,6 +41,7 @@ function addplayer(sprite, bulletsprite) player.shootspeed = 0.25 player.shoot3 = false shake = 9 + sfx(1) explosion(player.x, player.y) end @@ -88,6 +89,7 @@ function addplayer(sprite, bulletsprite) --addcircle(player.x+3, player.y+4, rnd(1)+0.5, rnd(1)-0.5, 1.5, rnd(0.4), 12) --end addbullet(player.x+3, player.y, 2, 0, false, player.bulletsprite) + sfx(0) if player.shoot3 then addbullet(player.x+3, player.y+3, 2, 0.25, false, player.bulletsprite) addbullet(player.x+3, player.y-3, 2, -0.25, false, player.bulletsprite) -- cgit