diff options
Diffstat (limited to 'players.lua')
| -rw-r--r-- | players.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
