I learned how to change the background after learning Json UI for the first time today, but the background does not change and changes to a regular form UI. What is the way to solve this problem? Please fix it.
{
"cutsom_long_form": {
"type": "panel",
"size": [315, 165],
"layer": 2,
"controls": [
{
"indent_panel": {
"type": "panel",
"size": ["100% - 16px", "100%"],
"controls": [
{
"my_form_background@server_form.my_form_background": {}
},
{
"button_panel@server_form.my_super_custom_panel_main": {}
}
],
"bindings": [
{
"binding_name": "#title_text"
},
"binding_type": "view",
"source_property_name": "(#title_text = 'Custom form')",
"target_property_name": "#visible"
}
]
}
}
]
},
"my_form_background": {
"type": "image",
"size": ["100% + 5px", "100% + 5px"],
"texture": "textures/custom/back"
}