mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-23 18:25:17 +00:00
-fixed bug in Button now exporting font property
-made GUI Theme editor usable -editor does not allow to export or create .pck in the same path as a project -changed .pck format (lacked support for versioning so couldn't change it), previous was causing crashes and is now incompatible, just re-export. -will not look for .pck files recursively, was causing unexpected behaviors -fixed execution of Godot in paths with non unicode characters in Windows, OSX and Linux.
This commit is contained in:
@@ -196,7 +196,7 @@ void make_default_theme() {
|
||||
focus->set_expand_margin_size(Margin(i),2);
|
||||
}
|
||||
t->set_stylebox("focus","Button", focus );
|
||||
t->set_font("font","Button", focus );
|
||||
t->set_font("font","Button", default_font );
|
||||
t->set_color("font_color","Button", control_font_color );
|
||||
t->set_color("font_color_pressed","Button", control_font_color_pressed );
|
||||
t->set_color("font_color_hover","Button", control_font_color_hover );
|
||||
|
||||
Reference in New Issue
Block a user