As what the title says, I want to display image using chat, but the image is always visible even tho I didn't send anything in chat yet. Is there something I need to do?
{
"test": {
"type": "image",
"texture": "textures/ui/Black",
"anchor_from": "center",
"anchor_to": "center",
"size": [
64,
64
],
"offset": [
0,
0
],
"bindings": [
{
"binding_name": "#chat_text",
"binding_name_override": "#text",
"binding_type": "collection",
"binding_collection_name": "chat_text_grid",
"binding_condition": "once"
},
{
"binding_type": "view",
"source_property_name": "(#text = 'test:')",
"target_property_name": "#visible"
}
]
},
"root_panel": {
"modifications": [
{
"array_name": "controls",
"operation": "insert_front",
"value": [
{
"[email protected]": {}
}
]
}
]
}
}```