mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 03:28:56 +00:00
a3b394c507
Initial layout
13 lines
353 B
JSON
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"
|
|
}
|
|
}
|