
I've been messing around with themes and Controls, and I noticed controls, like Sprites, support texture regions, so I'm supposing I'll be able to use a single image for all (or most) of the UI/Theme visuals. If that's the case, is there a template image for this available somewhere?
Answers
the closest thing to a 'template image' is just the default texture that is applied to buttons in the default theme. the image used for that isn't saved as a resource as far as i know
the most basic situation youll probably want to set as default is:
texture_button.set_normal_texture(texture)