-Work on addon editor plugin (disabled by default)

-New HTTPRequest node, to make HTTP requests simpler.
This commit is contained in:
Juan Linietsky
2016-03-04 11:09:45 -03:00
parent 3fc80f65cd
commit 5a9b18b665
18 changed files with 1679 additions and 18 deletions

View File

@ -241,7 +241,15 @@ void make_default_theme() {
t->set_constant("hseparation","Button", 2);
// LinkButton
t->set_font("font","LinkButton", default_font );
t->set_color("font_color","LinkButton", control_font_color );
t->set_color("font_color_pressed","LinkButton", control_font_color_pressed );
t->set_color("font_color_hover","LinkButton", control_font_color_hover );
t->set_constant("underline_spacing","LinkButton", 2 );
// ColorPickerButton