From 2f8ad418299a2c815697d39e57ed0ac2b65ed167 Mon Sep 17 00:00:00 2001 From: Erick Date: Tue, 22 Mar 2022 16:57:56 -0300 Subject: [PATCH] Update lib/game/components/spaceship.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/spaceship.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/game/components/spaceship.dart b/lib/game/components/spaceship.dart index cd111c36..51dbc291 100644 --- a/lib/game/components/spaceship.dart +++ b/lib/game/components/spaceship.dart @@ -47,7 +47,6 @@ class SpaceshipSaucer extends BodyComponent with InitialPosition, Layered { layer = Layer.spaceship; } - /// Path for the upper wall sprit @override @override Future onLoad() async { await super.onLoad();