You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Add new editor and default theme (WIP)
This commit is contained in:
committed by
Rémi Verschelde
parent
5993a5fac9
commit
f045efe007
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user