fix: moved drop tube

pull/79/head
RuiAlonso 4 years ago
parent 967213a332
commit c40eda6fe3

@ -56,7 +56,7 @@ class PinballGame extends Forge2DGame
unawaited( unawaited(
addFromBlueprint( addFromBlueprint(
SpaceshipExitRail( SpaceshipExitRail(
position: Vector2(-32.6, 28), position: Vector2(-34.3, 23.8),
), ),
), ),
); );

@ -196,7 +196,12 @@ class SpaceshipHole extends RampOpening {
@override @override
Shape get shape { Shape get shape {
return ArcShape(center: Vector2(-3.5, 2), arcRadius: 6, angle: 1); return ArcShape(
center: Vector2(0, 4.2),
arcRadius: 6,
angle: 1,
rotation: 60 * pi / 180,
);
} }
} }

Loading…
Cancel
Save