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

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

Loading…
Cancel
Save