You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
-display/emulate_touchscreen now really emulates a touchscreen
-icons to show node menus
This commit is contained in:
@@ -330,6 +330,8 @@ MultiMeshEditor::MultiMeshEditor() {
|
||||
options->set_area_as_parent_rect();
|
||||
|
||||
options->set_text("MultiMesh");
|
||||
options->set_icon(EditorNode::get_singleton()->get_gui_base()->get_icon("MultiMeshInstance","EditorIcons"));
|
||||
|
||||
options->get_popup()->add_item("Populate Surface");
|
||||
options->get_popup()->connect("item_pressed", this,"_menu_option");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user