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 8765a24281
commit ebf87cbd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save