|
void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const Ref<Font> &bold_font, const Ref<Font> &bold_italics_font, const Ref<Font> &italics_font, Ref<Texture2D> &default_icon, Ref<StyleBox> &default_style, float p_scale) {
|
|
void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const Ref<Font> &bold_font, const Ref<Font> &bold_italics_font, const Ref<Font> &italics_font, Ref<Texture2D> &default_icon, Ref<StyleBox> &default_style, float p_scale) {
|
|
const Color control_font_color = Color(0.875, 0.875, 0.875);
|
|
const Color control_font_color = Color(0.875, 0.875, 0.875);
|
|
const Color control_font_low_color = Color(0.7, 0.7, 0.7);
|
|
const Color control_font_low_color = Color(0.7, 0.7, 0.7);
|