fix: fixed exit hole contact size

pull/79/head
RuiAlonso 4 years ago
parent bc5ead350c
commit ec47f9dcee

@ -178,7 +178,7 @@ class SpaceshipExitRailEnd extends RampOpening {
@override
Shape get shape {
return CircleShape()..radius = 1.5;
return CircleShape()..radius = 1;
}
}

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

@ -196,7 +196,7 @@ class SpaceshipHole extends RampOpening {
@override
Shape get shape {
return CircleShape()..radius = 1.5;
return CircleShape()..radius = 1;
}
}

Loading…
Cancel
Save