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

62 lines
1.5 KiB
JSON

{
"namespace": "perf_turtle",
"perf_turtle_panel": {
"ignored": "$test_infrastructure_disabled",
"type": "panel",
"anchor_from": "left_middle",
"anchor_to": "left_middle",
"size": [ "100%", "100%c" ],
"max_size": [ "100%", "50%" ],
"bindings": [
{
"binding_name": "#turtle_visible",
"binding_name_override": "#visible"
}
],
"controls": [
{
"perf_turtle_background": {
"type": "image",
"texture": "textures/ui/Black",
"alpha": 0.5,
"size": [ "100%", 35 ]
}
},
{
"stack_panel": {
"type": "stack_panel",
"anchor_from": "bottom_left",
"anchor_to": "bottom_left",
"size": [ "100%", 70 ],
"orientation": "horizontal",
"controls": [
{
"turtle": {
"size": [ 35, 35 ],
"type": "image",
"texture": "textures/ui/purtle"
}
},
{
"turtle_text": {
"type": "label",
"size": [ "fill", "default" ],
"text": "#text",
"font_type": "smooth",
"color": "$main_header_text_color",
"bindings": [
{
"binding_name": "#turtle_text",
"binding_name_override": "#text"
}
]
}
}
]
}
}
]
}
}