fix: bug on spaceshiprail exit never reached

pull/168/head
RuiAlonso 4 years ago
parent 308631abc8
commit 129dd32182

@ -225,10 +225,10 @@ class SpaceshipRailExit extends RampOpening {
@override
Shape get shape {
return ArcShape(
center: Vector2(-28, -19),
center: Vector2(-29, -19),
arcRadius: 2.5,
angle: math.pi * 0.4,
rotation: -0.16,
angle: math.pi * 0.6,
rotation: 0.26,
);
}
}

Loading…
Cancel
Save