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

13 lines
353 B
JSON

{
"namespace": "edu_quit_button",
// This control needs per world customization for edu demo
// pulling it into it's own file let's us do that with resource packs
"quit_button@pause.quit_button": {
"size": [ "100%", 18 ],
"focus_change_right": "profile_button",
"$focus_id": "quit_button",
"$button_text": "menu.quit.edu"
}
}