-New inspector.

-Changed UI resizing code, gained huge amount of speed.
-Reorganized timer sync to clean up behavior (sorry forgot commit this before)

-
This commit is contained in:
Juan Linietsky
2018-05-15 17:12:35 -03:00
parent 3b8bd50b41
commit 005b69cf6e
39 changed files with 5975 additions and 337 deletions
+5 -1
View File
@@ -118,12 +118,16 @@ class ColorPickerButton : public Button {
PopupPanel *popup;
ColorPicker *picker;
Color color;
bool edit_alpha;
void _color_changed(const Color &p_color);
void _modal_closed();
virtual void pressed();
void _update_picker();
protected:
void _notification(int);
static void _bind_methods();
@@ -135,7 +139,7 @@ public:
void set_edit_alpha(bool p_show);
bool is_editing_alpha() const;
ColorPicker *get_picker() const;
ColorPicker *get_picker();
PopupPanel *get_popup() const;
ColorPickerButton();