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/third_party_store_screen.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

19 lines
549 B
JSON

{
"namespace": "third_party_store",
//--------------------------------------------------------------------------------
// Screen
//--------------------------------------------------------------------------------
"third_party_store_screen@common.base_screen": {
"button_mappings": [
{
"from_button_id": "button.menu_cancel",
"to_button_id": "button.menu_exit",
"mapping_type": "global"
}
],
"$default_text_color": [ 0.3, 0.3, 0.3 ],
"$screen_content": "store.store_screen_content"
}
}