Update packages/pinball_components/lib/src/components/plunger.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/200/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent ddc088924e
commit a799da5d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -135,7 +135,7 @@ class _PlungerSpriteAnimationGroupComponent
void release() => current = _PlungerAnimationState.release;
@override
Future<void>? onLoad() async {
Future<void> onLoad() async {
await super.onLoad();
final spriteSheet = await gameRef.images.load(

Loading…
Cancel
Save