diff options
| author | Chris Bradley <1029chris@gmail.com> | 2022-02-18 19:07:27 -0800 |
|---|---|---|
| committer | Chris Bradley <1029chris@gmail.com> | 2022-02-18 19:07:27 -0800 |
| commit | 0f74449ed091ed8a93bfbe75ede12f86e869bc62 (patch) | |
| tree | 98aad24d2ec8321d0a66ea032f4f1ee99e4c1c65 /players.lua | |
| parent | 4399396b397ce36c2c35eae5eb870627a36cf555 (diff) | |
More final boss stuff, token hunting
Diffstat (limited to 'players.lua')
| -rw-r--r-- | players.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/players.lua b/players.lua index 82c77ab..e13f2ce 100644 --- a/players.lua +++ b/players.lua @@ -68,11 +68,7 @@ function addplayer(x, y, sprite, bulletsprite) addcircle(player.x+4, player.y+4, sin(i/8), cos(i/8), 2, 0.6, 7) end --normal and light respawn sfx for co-op - if #players == 1 then - sfx(27, 1) - else - sfx(28, 1) - end + sfx(26+#players,1) end function player:update() |
