#mana bar issue (not resolved)
1 messages · Page 1 of 1 (latest)
You can disable the text and background with a binding
What wld that binding look like?
"bindings": [
{
"binding_name": "#hud_title_text_string",
"binding_name_override": "#text",
"binding_type": "global"
},
{
"binding_type": "view", // make this a viewing binding
"source_property_name": "(not (#text = 'hello world'))", // detect when the title text string is not equal to "hello world"
"target_property_name": "#visible" // override the #visibility property depending on if "source_property_name" is true or false
}
]
Didn't work