#How do i disable the original actionbar
1 messages · Page 1 of 1 (latest)
{
"actionbar": {
"type": "panel",
"anchor_from": "right_bottom",
"anchor_to": "right_bottom",
"size": ["100%c + 12px", "100%c + 5px"],
"offset": [0, 0],
"controls": [
{
"actionbar_background": {
"type": "image",
"alpha": 1,
"size": ["100%c + 12px", "100%c + 5px"],
"texture": "textures/ui/hud_tip_text_background",
"controls": [
{
"actionbar": {
"type": "label",
"text": "$actionbar_text",
"anchor_from": "center_middle",
"anchor_to": "center_middle",
"color": "$tool_tip_text",
"text_alignment": "left",
"layer": 2,
"localize": false,
"font_size": "medium",
"alpha": 2
}
}
]
}
}
]
}
}
{
"namespace": "hud",
"hud_actionbar_text": {
"ignored": true
}
}
ty