Merge branch 'refactor/pathway-logic' of github.com:VGVentures/pinball into refactor/pathway-logic

pull/87/head
RuiAlonso 4 years ago
commit b0fa203597

@ -38,7 +38,7 @@ class ArcShape extends ChainShape {
/// For example, two pi returns a complete circumference. /// For example, two pi returns a complete circumference.
final double angle; final double angle;
/// Which can be rotated by a given [rotation] in radians. /// Angle in radians to rotate the arc around its [center].
final double rotation; final double rotation;
ArcShape copyWith({ ArcShape copyWith({

Loading…
Cancel
Save