Hello can anybody help me, #texture is not outputing anything and leaving the button textures textureless,
#form_button_text is properly set and is outputing the proper name of the texture
code:
"$pressed_button_name": "button.form_button_click",
"$button_offset": [50,0],
"$default_button_texture": "#texture",
"anchor_from": "top_left",
"anchor_to": "top_left",
"size": [
80,
80
],
"$button_text": "",
"$button_text_binding_type": "collection",
"$button_text_grid_collection_name": "form_buttons",
"$button_text_max_size": [
40,
40
],
"bindings": [
{
"binding_type": "collection_details",
"binding_collection_name": "form_buttons"
},
{
"binding_name": "#form_button_text"
},
{
"source_property_name": "('textures/Claim_Plot_Button_Texture_' + #form_button_text)",
"target_property_name": "#texture"
}
]
}```