From cc36971eaf1d9aa0245e80567ca4bf479078561c Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 14 Mar 2022 18:53:24 +0100 Subject: [PATCH] Update lib/game/components/jetpack_ramp.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/jetpack_ramp.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/game/components/jetpack_ramp.dart b/lib/game/components/jetpack_ramp.dart index 879e1208..caaef312 100644 --- a/lib/game/components/jetpack_ramp.dart +++ b/lib/game/components/jetpack_ramp.dart @@ -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 { /// {@macro jetpack_ramp}