Update lib/game/components/jetpack_ramp.dart

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

@ -6,9 +6,8 @@ import 'package:pinball/game/game.dart';
/// {@template jetpack_ramp}
/// Represents the upper left blue ramp for the game.
///
/// Group of [Component]s composed by a [Pathway.arc] as the ramp, and two
/// [JetpackRampArea] at the entrance and exit of the ramp, to detect when
/// a ball gets into/out of the ramp.
/// Composed of a [Pathway.arc] defining the ramp, and two
/// [JetpackRampArea]s at the entrance and exit of the ramp.
/// {@endtemplate}
class JetpackRamp extends PositionComponent with HasGameRef<PinballGame> {
/// {@macro jetpack_ramp}

Loading…
Cancel
Save