From 8765a24281709f0e8ef07c2688b6f3b7404e7063 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 28 Mar 2022 09:21:22 +0200 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/jetpack_ramp.dart b/lib/game/components/jetpack_ramp.dart index fe1096dd..24a3fc28 100644 --- a/lib/game/components/jetpack_ramp.dart +++ b/lib/game/components/jetpack_ramp.dart @@ -57,7 +57,7 @@ class JetpackRamp extends BodyComponent with InitialPosition, Layered { ..style = PaintingStyle.stroke; } - /// Size for the radius of the external wall pathway. + /// Radius of the external arc. static const _externalRadius = 18.0; /// Width between walls of the pathway.