1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Add F key to center 3d viewport to selected node

This commit is contained in:
marynate
2014-02-20 19:25:43 +08:00
parent 810d673e23
commit 93878992de

View File

@@ -1407,6 +1407,9 @@ void SpatialEditorViewport::_sinput(const InputEvent &p_event) {
} break;
case KEY_F: {
_menu_option(VIEW_CENTER_TO_SELECTION);
} break;
}