fix: specified render priority

pull/194/head
alestiago 3 years ago
parent 6c93405a1e
commit 8b1302d257

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

Loading…
Cancel
Save