• 【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" } } ] } }
怎么搞
 

在线会员

  • NaiveGod
  • xixi233
  • L龍城飞驹
  • 布质蘑菇
  • hhhhGG
  • 魑魅 魍魉
  • hbanbaoabao
  • 19176620947
  • 暗来
  • 357321
  • xtyxxxx
  • 摆烂的鸭
  • FortyTwo
  • 383
  • The_bird
  • kaiweihe
  • 冷凍烏薩齊
  • I IKUN2004
  • 海贝壳
  • banyue2022
...和 44 更多。
后退
顶部 底部