pull/443/head
Erick Zanardo 3 years ago
parent b509e91ff1
commit ba4d4465de

@ -37,6 +37,8 @@ class _TestPinballGame extends PinballGame {
images.prefix = ''; images.prefix = '';
final futures = [ final futures = [
...preLoadAssets(), ...preLoadAssets(),
...BonusAnimation.loadAssets(),
...SelectedCharacter.loadAssets(),
preFetchLeaderboard, preFetchLeaderboard,
]; ];
await Future.wait<void>(futures.map((e) => e()).toList()); await Future.wait<void>(futures.map((e) => e()).toList());

Loading…
Cancel
Save