We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf37771 commit b4d9c30Copy full SHA for b4d9c30
scene.ts
@@ -2,7 +2,7 @@ namespace user_interface_base {
2
const INPUT_PRIORITY = 10
3
const UPDATE_PRIORITY = 20
4
const RENDER_PRIORITY = 30
5
- const SCREEN_PRIORITY = 50
+ const SCREEN_PRIORITY = 100
6
7
/**
8
* Top-level abstraction drawn to the screen.
0 commit comments