From ebf87cbd59629606848c4e2d12c71af7b7a1cc26 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 28 Mar 2022 09:21:41 +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 24a3fc28..a24e1438 100644 --- a/lib/game/components/jetpack_ramp.dart +++ b/lib/game/components/jetpack_ramp.dart @@ -60,7 +60,7 @@ class JetpackRamp extends BodyComponent with InitialPosition, Layered { /// Radius of the external arc. static const _externalRadius = 18.0; - /// Width between walls of the pathway. + /// Width between walls of the ramp. static const width = 5.0; List _createFixtureDefs() {