feat: specified priority

pull/194/head
alestiago 3 years ago
parent 2338e130e5
commit 6c93405a1e

@ -10,7 +10,7 @@ class SparkyAnimatronic extends SpriteAnimationComponent with HasGameRef {
: super(
anchor: Anchor.center,
playing: false,
priority: SpaceshipRamp.ballPriorityInsideRamp + 2,
priority: Ball.spaceshipRampPriority + 2,
);
@override

Loading…
Cancel
Save