You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-display/emulate_touchscreen now really emulates a touchscreen
-icons to show node menus
This commit is contained in:
@@ -216,6 +216,8 @@ MeshInstanceEditor::MeshInstanceEditor() {
|
||||
SpatialEditor::get_singleton()->add_control_to_menu_panel(options);
|
||||
|
||||
options->set_text("Mesh");
|
||||
options->set_icon(EditorNode::get_singleton()->get_gui_base()->get_icon("MeshInstance","EditorIcons"));
|
||||
|
||||
options->get_popup()->add_item("Create Trimesh Static Body",MENU_OPTION_CREATE_STATIC_TRIMESH_BODY);
|
||||
options->get_popup()->add_item("Create Convex Static Body",MENU_OPTION_CREATE_STATIC_CONVEX_BODY);
|
||||
options->get_popup()->add_separator();
|
||||
|
||||
Reference in New Issue
Block a user