powerup sound
This commit is contained in:
@@ -663,6 +663,7 @@ function TIC()
|
|||||||
player.gridX == pw.gridX and player.gridY == pw.gridY then
|
player.gridX == pw.gridX and player.gridY == pw.gridY then
|
||||||
player.maxBombs = player.maxBombs + 1
|
player.maxBombs = player.maxBombs + 1
|
||||||
table.remove(powerups, i)
|
table.remove(powerups, i)
|
||||||
|
sfx(1, nil, 8) -- short pickup beep
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -711,6 +712,7 @@ end
|
|||||||
|
|
||||||
-- <SFX>
|
-- <SFX>
|
||||||
-- 000:f0e0d0c0b0a090807060504030201000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020500000
|
-- 000:f0e0d0c0b0a090807060504030201000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020500000
|
||||||
|
-- 001:050005000500050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000305000000000
|
||||||
-- </SFX>
|
-- </SFX>
|
||||||
|
|
||||||
-- <TRACKS>
|
-- <TRACKS>
|
||||||
|
|||||||
Reference in New Issue
Block a user