mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 08:08:56 +00:00
82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
{
|
|
"namespace": "csb_welcome",
|
|
|
|
"csb_welcome_screen@common.base_screen": {
|
|
"$screen_content": "csb_welcome.welcome_screen_content",
|
|
"force_render_below": true,
|
|
"$fill_alpha": 1,
|
|
"button_mappings": [
|
|
{
|
|
"from_button_id": "button.menu_cancel",
|
|
"to_button_id": "button.menu_exit",
|
|
"mapping_type": "global"
|
|
}
|
|
]
|
|
},
|
|
|
|
"welcome_screen_content": {
|
|
"type": "panel",
|
|
"controls": [
|
|
{
|
|
"main_panel@common_dialogs.main_panel_one_button": {
|
|
"$text_name": "store.csb.welcomeDialog.title",
|
|
"$button_panel": "csb_welcome.welcome_modal_continue_button",
|
|
"$child_control": "csb_welcome.welcome_modal_main_panel",
|
|
"size": "$modal_screen_size"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"welcome_modal_main_panel": {
|
|
"type": "stack_panel",
|
|
"orientation": "horizontal",
|
|
"size": [ "100% - 10px", "100% - 10px" ],
|
|
"controls": [
|
|
{
|
|
"art_panel": {
|
|
"type": "panel",
|
|
"size": [ "33% - 2px", "100%" ],
|
|
"controls": [
|
|
{
|
|
"art": {
|
|
"type": "image",
|
|
"texture": "textures/ui/csb_welcome_3x5",
|
|
"layer": 1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"padding": {
|
|
"type": "panel",
|
|
"size": [ "4px", "100%" ]
|
|
}
|
|
},
|
|
{
|
|
"text_panel": {
|
|
"type": "panel",
|
|
"size": [ "67% - 2px", "100%" ],
|
|
"controls": [
|
|
{
|
|
"text": {
|
|
"type": "label",
|
|
"size": [ "100%", "100%" ],
|
|
"font_type": "smooth",
|
|
"text": "store.csb.welcomeDialog.body",
|
|
"color": "$store_white_text_color"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
|
|
"welcome_modal_continue_button@common_buttons.light_text_button": {
|
|
"$pressed_button_name": "button.startBrowsing",
|
|
"$button_text": "store.csb.welcomeDialog.continue"
|
|
}
|
|
}
|