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

Extract editor color map and simplify SVG color conversion

This commit is contained in:
Yuri Sizov
2022-08-23 14:15:31 +03:00
parent 0626ce50cf
commit c78cbb523f
6 changed files with 173 additions and 143 deletions

View File

@@ -6227,6 +6227,7 @@ EditorNode::EditorNode() {
add_child(editor_export);
// Exporters might need the theme.
EditorColorMap::create();
theme = create_custom_theme();
register_exporters();