• MineBBS入站考试已经上线!想要成为【正式会员】解锁更多功能吗?快来参与吧!【点我去看】

Question 侧边栏

aimi

【 Lv: 2 】
May 4, 2022
66
3
37
Paris
1,180金粒
右上角侧边栏,图标资源包我全都搞定了,这个边框又是怎么弄的啊?
 

Attachments

  • downloadfile.jpg
    downloadfile.jpg
    62.7 KB · Views: 37
  • Like
Reactions: SilverEar949601

出众年华

【 Lv: 3 】
正式会员
Oct 8, 2021
347
1
20
87
Awards
2
广西南宁
2,353金粒
Code:
    "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"
                }
            }
        ]
    }
}
 
Last edited by a moderator:

2151726690

【 Lv: 3 】
Nov 6, 2021
8
1
57
山东
1,956金粒
"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" } } ] } }
怎么搞