How best to use themes for different buttons?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By stubbsy345
:warning: Old Version Published before Godot 3 was released.

I have a need for a number of different types of buttons in my project, each with it’s own design. I was wondering whether there was a way having a number of different buttons in one theme, or do I have to create a new theme for each type of button. My second question is, if this is the case and I have to create multiple themes, is this not a bit expensive in memory terms if I have to create numerous different themes, of which most are very similar just with changes in the button?

I know that I could use a texture button but that does not allow me to set a stretch margin on my button which I require. Any help would be great.

Thanks.

You can save the theme in a file, and then instead of the > button, select “load” from the dropdown.

Soaku | 2017-09-05 17:21