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( : super(
anchor: Anchor.center, anchor: Anchor.center,
playing: false, playing: false,
priority: Ball.spaceshipRampPriority + 2, priority: RenderPriority.sparkyAnimatronic,
); );
@override @override

Loading…
Cancel
Save