adding and fixing

pull/399/head
Tom Arra 3 years ago
parent 1b625b1566
commit 31a776bde5

@ -23,6 +23,7 @@
"multiballs",
"pixelated",
"pixeloid",
"rects",
"serializable",
"theming",
"unawaited",

@ -244,7 +244,7 @@ class PinballAudioPlayer {
return audios.values.map((a) => a.load()).toList();
}
/// Plays the received auido
/// Plays the received audio
void play(PinballAudio audio) {
assert(
audios.containsKey(audio),

Loading…
Cancel
Save