Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
我问的不是这个,是图中的底框是怎么做的,这个图标我上个评论就发了更好的可自定义图标
"tanya_scoreboard_entry_final": {
"type": "panel",
"size": ["100%cm + 3px", "100%cm"],
"draggable": "horizontal",
"controls": [
{
"text": {
"type": "label",
"text": "#player_name_sidebar",
"shadow": true,
"layer": 2,
"anchor_from": "top_right",
"anchor_to": "top_right",
"offset": [-3, 3],
"font_scale_factor": 0.81,
"font_size": "normal",
//"font_type": "MinecraftTen",
//删去此处可以使用另外一种样式
"bindings": [
{
"binding_name": "#player_name_sidebar",
"binding_type": "collection",
"binding_collection_name": "scoreboard_players"
}
]
}
},
{
"background": {
"type": "image",
"texture": "textures/ui/tooltip_default_background",
"alpha": 0.55,
"size": ["100%sm + 8px", "100%sm + 6px"],
"offset": [0, 0],
"anchor_from": "top_right",
"anchor_to": "top_right"
}
}
]
}
}
怎么搞"tanya_scoreboard_entry_final": { "type": "panel", "size": ["100%cm + 3px", "100%cm"], "draggable": "horizontal", "controls": [ { "text": { "type": "label", "text": "#player_name_sidebar", "shadow": true, "layer": 2, "anchor_from": "top_right", "anchor_to": "top_right", "offset": [-3, 3], "font_scale_factor": 0.81, "font_size": "normal", //"font_type": "MinecraftTen", //删去此处可以使用另外一种样式 "bindings": [ { "binding_name": "#player_name_sidebar", "binding_type": "collection", "binding_collection_name": "scoreboard_players" } ] } }, { "background": { "type": "image", "texture": "textures/ui/tooltip_default_background", "alpha": 0.55, "size": ["100%sm + 8px", "100%sm + 6px"], "offset": [0, 0], "anchor_from": "top_right", "anchor_to": "top_right" } } ] } }