You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +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:
@@ -330,7 +330,7 @@ void ProjectSettings::_add_item(int p_item){
|
||||
|
||||
press_a_key_label->set_text(TTR("Press a Key.."));
|
||||
last_wait_for_key=InputEvent();
|
||||
press_a_key->popup_centered(Size2(250,80));
|
||||
press_a_key->popup_centered(Size2(250,80)*EDSCALE);
|
||||
press_a_key->grab_focus();
|
||||
} break;
|
||||
case InputEvent::MOUSE_BUTTON: {
|
||||
|
||||
Reference in New Issue
Block a user