mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"namespace": "screenshot",
|
|
|
|
//--------------------------------------------------------------------------------
|
|
// Animations
|
|
//--------------------------------------------------------------------------------
|
|
|
|
"anim_screenshot_flash": {
|
|
"anim_type": "alpha",
|
|
"easing": "in_expo",
|
|
"duration": "$screenshot_flash_anim_duration",
|
|
"from": 1.0,
|
|
"to": 0
|
|
},
|
|
|
|
//--------------------------------------------------------------------------------
|
|
// Common Controls
|
|
//--------------------------------------------------------------------------------
|
|
|
|
"screenshot_flash_image": {
|
|
"type": "image",
|
|
"size": [ "100%", "100%" ],
|
|
"layer": 6,
|
|
"texture": "textures/ui/White",
|
|
"alpha": "@screenshot.anim_screenshot_flash"
|
|
},
|
|
|
|
"screenshot_screen@common.base_screen": {
|
|
"$default_text_color": "$light_button_default_text_color",
|
|
"$screen_content": "screenshot.screenshot_screen_content"
|
|
},
|
|
|
|
"screenshot_screen_content@common.common_panel": {
|
|
"type": "panel",
|
|
"controls": [
|
|
{
|
|
"transparent_background@feed_common.transparent_background": {}
|
|
},
|
|
{ "screenshot_flash@screenshot.screenshot_flash_image": {} }
|
|
]
|
|
}
|
|
} |