You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
-customizable shortcuts in editor
-editor settings now save to .tres instead of .xml -buttons can now hold a shortcut
This commit is contained in:
@@ -213,7 +213,6 @@ Button::TextAlign Button::get_text_align() const {
|
||||
return align;
|
||||
}
|
||||
|
||||
|
||||
void Button::_bind_methods() {
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_text","text"),&Button::set_text);
|
||||
|
||||
Reference in New Issue
Block a user