You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-compatibility option for physicsbody layers, fixes #1842
This commit is contained in:
@@ -3372,6 +3372,7 @@ void SpatialEditor::_notification(int p_what) {
|
||||
tool_button[SpatialEditor::TOOL_MODE_ROTATE]->set_icon( get_icon("ToolRotate","EditorIcons") );
|
||||
tool_button[SpatialEditor::TOOL_MODE_SCALE]->set_icon( get_icon("ToolScale","EditorIcons") );
|
||||
instance_button->set_icon( get_icon("SpatialAdd","EditorIcons") );
|
||||
instance_button->hide();
|
||||
|
||||
|
||||
view_menu->get_popup()->set_item_icon(view_menu->get_popup()->get_item_index(MENU_VIEW_USE_1_VIEWPORT),get_icon("Panels1","EditorIcons"));
|
||||
|
||||
Reference in New Issue
Block a user