Update lib/game/components/launcher.dart

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

@ -2,12 +2,12 @@ import 'package:flame_forge2d/flame_forge2d.dart';
import 'package:pinball/game/components/components.dart'; import 'package:pinball/game/components/components.dart';
import 'package:pinball_components/pinball_components.dart' hide Assets; import 'package:pinball_components/pinball_components.dart' hide Assets;
/// {@template plunger_zone} /// {@template launcher}
/// A [Blueprint] which groups the [Plunger], [RocketSpriteComponent] and /// A [Blueprint] which creates the [Plunger], [RocketSpriteComponent] and
/// [LaunchRamp]. /// [LaunchRamp].
/// {@endtemplate} /// {@endtemplate}
class Launcher extends Forge2DBlueprint { class Launcher extends Forge2DBlueprint {
/// {@macro plunger_zone} /// {@macro launcher}
Launcher(); Launcher();
/// [Plunger] to launch the [Ball] onto the board. /// [Plunger] to launch the [Ball] onto the board.

Loading…
Cancel
Save