fix: launcher ramp ball priority

pull/126/head
RuiAlonso 4 years ago
parent 2095e90f8a
commit 018e3ff6cb

@ -124,7 +124,7 @@ class _LauncherRampOpening extends RampOpening {
super( super(
pathwayLayer: Layer.launcher, pathwayLayer: Layer.launcher,
orientation: RampOrientation.down, orientation: RampOrientation.down,
pathwayPriority: 4, pathwayPriority: 3,
); );
final double _rotation; final double _rotation;

Loading…
Cancel
Save