1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Move default theme files to scene/theme

This also puts the default theme icons into their own folder.
This commit is contained in:
Yuri Sizov
2023-08-28 00:23:38 +02:00
parent 6da4ad1662
commit fd2ec47ec9
85 changed files with 39 additions and 40 deletions

View File

@@ -245,7 +245,7 @@ static Ref<StyleBoxLine> make_line_stylebox(Color p_color, int p_thickness = 1,
return style;
}
// See also `generate_icon()` in `scene/resources/default_theme.cpp`.
// See also `generate_icon()` in `scene/theme/default_theme.cpp`.
static Ref<ImageTexture> editor_generate_icon(int p_index, float p_scale, float p_saturation, const HashMap<Color, Color> &p_convert_colors = HashMap<Color, Color>()) {
Ref<Image> img = memnew(Image);