• 【MineBBS社区发展意见征集】

    欢迎参与MineBBS社区调查,助力打造更好Minecraft社区!完成问卷可获赠200金粒,优质回答可额外获得200金粒(限5名),快来参与吧!【点击参与】

已解决 侧边栏

  • 主题发起人 主题发起人 aimi
  • 开始时间 开始时间

aimi

【Lv:3】

注册
2022/05/04
消息
60
金粒
3,582金粒
右上角侧边栏,图标资源包我全都搞定了,这个边框又是怎么弄的啊?
 

附件

  • downloadfile.jpg
    downloadfile.jpg
    62.7 KB · 查看: 75
解决方案
代码:
    "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": [
                        {...
代码:
    "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" } } ] } }
怎么搞
 

在线会员

  • qiuyuntao
  • DONGNine
  • 大炮 米利坚
  • 凌晨仙人
  • hbanbaoabao
  • yidoor
  • xixi233
  • 若萌
  • 野比大雄
  • 19176620947
  • L龍城飞驹
  • 357321
  • 枫叶的温柔
  • fangfubin0782
  • 楠牧
  • 心雨酱
  • 布咕咕不咕
  • 这么有攻击力
  • 112121
  • sssjiu
...和 49 更多。
后退
顶部 底部