Fluxor Hey there, is it possible to customize the look of the UI components or the UI itself? (Besides just changing the color) For example, is it possible to use textures for a button or a window?
Blogstarter Hi, Yes, a style may be applied to a control including children. Easy to find in the code: public class UIStyleDefault : UIStyle public class UIStyleSimple : UIStyleDefault You can change style from the code or via property Style from the editor: