Update lib/game/components/jetpack_ramp.dart

Co-authored-by: Erick <erickzanardoo@gmail.com>
pull/40/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent b99b595102
commit cbb8b1e049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ import 'package:flame_forge2d/flame_forge2d.dart';
import 'package:pinball/game/game.dart';
/// {@template jetpack_ramp}
/// Represent the upper left blue ramp for the game.
/// 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

Loading…
Cancel
Save