From 825ae78d309169e47150356b0773d24ad20221d6 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 28 Mar 2022 09:22:06 +0200 Subject: [PATCH] Update lib/game/components/launcher_ramp.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- lib/game/components/launcher_ramp.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/components/launcher_ramp.dart b/lib/game/components/launcher_ramp.dart index c90a23c8..35f6e548 100644 --- a/lib/game/components/launcher_ramp.dart +++ b/lib/game/components/launcher_ramp.dart @@ -54,10 +54,10 @@ class LauncherRamp extends BodyComponent with InitialPosition, Layered { ..style = PaintingStyle.stroke; } - /// Width between walls of the pathway. + /// Width between walls of the ramp. static const width = 5.0; - /// Size for the radius of the external wall pathway. + /// Radius of the external arc at the top of the ramp. static const _externalRadius = 16.3; List _createFixtureDefs() {