Update lib/game/components/jetpack_ramp.dart

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

@ -57,7 +57,7 @@ class JetpackRamp extends BodyComponent with InitialPosition, Layered {
..style = PaintingStyle.stroke; ..style = PaintingStyle.stroke;
} }
/// Size for the radius of the external wall pathway. /// Radius of the external arc.
static const _externalRadius = 18.0; static const _externalRadius = 18.0;
/// Width between walls of the pathway. /// Width between walls of the pathway.

Loading…
Cancel
Save