- Edited
Hey there!
Just starting the fall in love for this community!
Can someone help me to do this in a better way?
I m setting different Icons and Labels in Buttons:
get_node(Path/Button1).icon = load(Png) get_node(Path/Button1).text = "SomethingDifrentAllTime" ................................Button2 . . . I would like to create a group & for button in get_tree().get_nodes_in_group() Create a kind of array with the icon and label associated in the order of for. Is that possible?
Thank you for all!