can you make a list of items for "optionbutton" with sprites?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Icy

i am still new to godot so pardon me if the answer to my question is obvious.
is there an easy way to make a list of items with “optionbutton” node that has sprites instead of lables? If no then is there some other way to acheive the same result with other nodes?

:bust_in_silhouette: Reply From: Inces

Control nodes are generally better options for any menus, because they have built_in resizing functionality when one would wish to change resolution or maximize window. Multitude of Control nodes use custom texture, just like Sprites, for example TextureButton, I recommend to use these, unless You are planning some very irregular shaped menu choices