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:
@@ -146,6 +146,7 @@ void Particles2DEditorPlugin::_notification(int p_what) {
|
||||
if (p_what==NOTIFICATION_ENTER_TREE) {
|
||||
|
||||
menu->get_popup()->connect("item_pressed",this,"_menu_callback");
|
||||
menu->set_icon(menu->get_popup()->get_icon("Particles2D","EditorIcons"));
|
||||
file->connect("file_selected",this,"_file_selected");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user