Add new editor and default theme (WIP)
This commit is contained in:
parent
5993a5fac9
commit
f045efe007
354 changed files with 8681 additions and 950 deletions
|
|
@ -29,6 +29,10 @@
|
|||
/*************************************************************************/
|
||||
#include "tool_button.h"
|
||||
|
||||
void ToolButton::_notification(int p_what) {
|
||||
// set_self_modulate(get_color("pressed"));
|
||||
}
|
||||
|
||||
ToolButton::ToolButton() {
|
||||
set_flat(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue