mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 12:26:14 +00:00
a3b394c507
Initial layout
30 lines
657 B
JSON
30 lines
657 B
JSON
{
|
|
"namespace": "ui_holo_cursor",
|
|
|
|
"special_render": {
|
|
"type": "custom",
|
|
"renderer": "ui_holo_cursor"
|
|
},
|
|
|
|
"ui_holo_cursor@common.base_screen": {
|
|
"send_telemetry": false,
|
|
"screen_not_flushable": true,
|
|
"render_game_behind": true,
|
|
"is_showing_menu": false,
|
|
"is_modal": true,
|
|
"should_steal_mouse": false,
|
|
"render_only_when_topmost": false,
|
|
"screen_draws_last": true,
|
|
"low_frequency_rendering": true,
|
|
"$screen_content": "ui_holo_cursor.ui_holo_cursor_content"
|
|
},
|
|
|
|
"ui_holo_cursor_content": {
|
|
"type": "panel",
|
|
"controls": [
|
|
{
|
|
"special_render@special_render": { }
|
|
}
|
|
]
|
|
}
|
|
} |