1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 12:26:14 +00:00
bedrock-samples/resource_pack/ui/ui_holo_cursor.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

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": { }
}
]
}
}