Update lib/game/components/launcher_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 ebf87cbd59
commit 825ae78d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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<FixtureDef> _createFixtureDefs() {

Loading…
Cancel
Save