Update lib/game/components/pathway.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/84/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent af1da61ca5
commit 8ea4537b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ class Pathway extends BodyComponent with InitialPosition, Layered {
/// Creates an ellipse [Pathway]. /// Creates an ellipse [Pathway].
/// ///
/// Does so with two [ChainShape] separated by a [width]. Can /// Does so with two [ChainShape]s separated by a [width]. Can
/// be rotated by a given [rotation] in radians. /// be rotated by a given [rotation] in radians.
/// ///
/// If [singleWall] is true, just one [ChainShape] is created. /// If [singleWall] is true, just one [ChainShape] is created.

Loading…
Cancel
Save