1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Allow to specify target folder when installing assets

This also changes the layout of the installer window to
better separate configuration of the installation and the
expected output.
This commit is contained in:
Yuri Sizov
2023-09-19 18:52:40 +02:00
parent 571cd0eb79
commit ef80a2b44c
3 changed files with 390 additions and 99 deletions

View File

@@ -1889,6 +1889,10 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
theme->set_constant("outline_size", "LinkButton", 0);
theme->set_type_variation("HeaderSmallLink", "LinkButton");
theme->set_font("font", "HeaderSmallLink", theme->get_font(SNAME("font"), SNAME("HeaderSmall")));
theme->set_font_size("font_size", "HeaderSmallLink", theme->get_font_size(SNAME("font_size"), SNAME("HeaderSmall")));
// TooltipPanel + TooltipLabel
// TooltipPanel is also used for custom tooltips, while TooltipLabel
// is only relevant for default tooltips.