fix: priority

pull/120/head
Allison Ryan 4 years ago
parent a08ff348d2
commit 18a89e3ec1

@ -128,7 +128,7 @@ class DebugPinballGame extends PinballGame with TapDetector {
anchor: Anchor.center,
)
..position = Vector2(0, -7.8)
..priority = -1;
..priority = -2;
await add(spriteComponent);
}

Loading…
Cancel
Save