From 3b7bd6fc148975faaa615cf19443d232a62fe4d1 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Tue, 8 Feb 2022 17:47:48 -0800 Subject: MUSIC!!!!!!!!!!! --- players.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'players.lua') diff --git a/players.lua b/players.lua index eeb89af..c92baf2 100644 --- a/players.lua +++ b/players.lua @@ -41,7 +41,7 @@ function addplayer(sprite, bulletsprite) player.shootspeed = 0.25 player.shoot3 = false shake = 9 - sfx(1) + sfx(10) explosion(player.x, player.y) end @@ -89,7 +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) + sfx(9) 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