summaryrefslogtreecommitdiff
path: root/editor/editor_themes.h
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2022-08-23 17:52:32 +0300
committerGitHub <noreply@github.com>2022-08-23 17:52:32 +0300
commitba0421f3d907b1a3fc94e05f6c20b158e9aa7021 (patch)
treea9a547e2bd918830d8181a4e00918e8623e1fb23 /editor/editor_themes.h
parente95872eb7f4e94f8daac565d67020bb2260e92bd (diff)
parent7849331ec535aad82c42aaca0b72c359f52d3e6f (diff)
Merge pull request #64637 from Calinou/default-project-icon-use-svg
Create a SVG default project icon in new projects
Diffstat (limited to 'editor/editor_themes.h')
-rw-r--r--editor/editor_themes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_themes.h b/editor/editor_themes.h
index 95184b9d4a..1c69761435 100644
--- a/editor/editor_themes.h
+++ b/editor/editor_themes.h
@@ -38,6 +38,6 @@ Ref<Theme> create_editor_theme(Ref<Theme> p_theme = nullptr);
Ref<Theme> create_custom_theme(Ref<Theme> p_theme = nullptr);
-Ref<ImageTexture> create_unscaled_default_project_icon();
+String get_default_project_icon();
#endif // EDITOR_THEMES_H