diff options
| author | Juan Linietsky | 2014-10-09 00:06:51 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-10-09 00:06:51 -0300 |
| commit | 9142d6fc408d72178f102bad97c0c2fe1902ce55 (patch) | |
| tree | 8c9852d0919ae1890f5a03530775be5e730e2e46 /tools/editor/plugins/spatial_editor_plugin.h | |
| parent | ee049d1913a1e9ff78f58effee62e6d6c19dfa7b (diff) | |
| download | godot-9142d6fc408d72178f102bad97c0c2fe1902ce55.tar.gz godot-9142d6fc408d72178f102bad97c0c2fe1902ce55.tar.zst godot-9142d6fc408d72178f102bad97c0c2fe1902ce55.zip | |
Misc Bits
-=-=-=-=-
-Added more missing icons to nodes.
-Added more 3D split view modes
-Fixed annoying script editor bug with keyboard focus
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/plugins/spatial_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h index 0cfdbfaf4..1b50f180d 100644 --- a/tools/editor/plugins/spatial_editor_plugin.h +++ b/tools/editor/plugins/spatial_editor_plugin.h @@ -344,7 +344,9 @@ private: MENU_TRANSFORM_DIALOG, MENU_VIEW_USE_1_VIEWPORT, MENU_VIEW_USE_2_VIEWPORTS, + MENU_VIEW_USE_2_VIEWPORTS_ALT, MENU_VIEW_USE_3_VIEWPORTS, + MENU_VIEW_USE_3_VIEWPORTS_ALT, MENU_VIEW_USE_4_VIEWPORTS, MENU_VIEW_USE_DEFAULT_LIGHT, MENU_VIEW_DISPLAY_NORMAL, |
