#fix sidebar being in middle
1 messages · Page 1 of 1 (latest)
"hud_actionbar_text": {
"type": "image",
"size": [ "71%c + 12x", "101%c + 3px" ],
"anchor_from": "right_middle",
"anchor_to": "right_middle",
"offset": [ 0, 0 ],
"texture": "textures/ui/hud_tip_text_background",
"alpha": "@hud.anim_actionbar_text_background_alpha_out",
"controls": [
{
"actionbar_message": {
"type": "label",
"anchor_from": "right_middle",
"anchor_to": "right_middle",
"offset": [0, 0],
"color": "$tool_tip_text",
"layer": 31,
"text": "$actionbar_text",
"localize": false,
"alpha": "@hud.anim_actionbar_text_alpha_out"
}
}
]
}```