pull/325/head
Erick Zanardo 3 years ago
parent 7c226087b4
commit ab2897e06d

@ -76,7 +76,7 @@ class EmptyPinballTestGame extends PinballTestGame {
AppLocalizations? l10n,
}) : super(
assets: assets,
audio: audio,
player: player,
theme: theme,
l10n: l10n ?? _MockAppLocalizations(),
);
@ -93,7 +93,7 @@ class EmptyKeyboardPinballTestGame extends PinballTestGame
with HasKeyboardHandlerComponents {
EmptyKeyboardPinballTestGame({
List<String>? assets,
PinballAudio? audio,
PinballPlayer? player,
CharacterTheme? theme,
AppLocalizations? l10n,
}) : super(

Loading…
Cancel
Save