mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-26 15:06:16 -04:00
Build 29083397
This commit is contained in:
parent
d43dd90a86
commit
a388cd0898
26 changed files with 691 additions and 155 deletions
|
@ -16,6 +16,7 @@ export function playPendingSounds(gameState: GameState) {
|
|||
};
|
||||
if (ex.vol) {
|
||||
sounds[soundName](
|
||||
// In stress test, dim the sounds but play them
|
||||
Math.min(1, ex.vol),
|
||||
pixelsToPan(gameState, ex.x),
|
||||
gameState.combo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue