Merge pull request #81065 from YuriSizov/themable-chairs

Move default theme files to `scene/theme`
This commit is contained in:
Rémi Verschelde 2023-08-28 15:05:04 +02:00
commit 8df1d90336
No known key found for this signature in database
GPG key ID: C3336907360768E1
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);