Update lib/game/components/spaceship.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/73/head
Erick 4 years ago committed by GitHub
parent 4192e75793
commit 2f8ad41829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,6 @@ class SpaceshipSaucer extends BodyComponent with InitialPosition, Layered {
layer = Layer.spaceship; layer = Layer.spaceship;
} }
/// Path for the upper wall sprit @override
@override @override
Future<void> onLoad() async { Future<void> onLoad() async {
await super.onLoad(); await super.onLoad();

Loading…
Cancel
Save