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();