Update packages/pinball_audio/lib/src/pinball_audio.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/315/head
Erick 3 years ago committed by GitHub
parent d6362c565f
commit 175f259679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,7 +93,7 @@ class PinballAudio {
]);
}
/// Plays a the sfx for bumpers
/// Plays a random bumper sfx.
void bumper() {
(_seed.nextBool() ? _bumperAPool : _bumperBPool).start(volume: 0.6);
}

Loading…
Cancel
Save