aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/particles_2d_editor_plugin.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-08-29 17:16:11 -0300
committerJuan Linietsky2015-08-29 17:16:11 -0300
commitb4acd18f3245d0e8c928b1f275847473de8a2270 (patch)
tree9482832b4e718154cf6c8f9f0a8d214f7c215e92 /tools/editor/plugins/particles_2d_editor_plugin.cpp
parent1fecba6b5bca276054a26562402cc329ce3dff5b (diff)
downloadgodot-b4acd18f3245d0e8c928b1f275847473de8a2270.tar.gz
godot-b4acd18f3245d0e8c928b1f275847473de8a2270.tar.zst
godot-b4acd18f3245d0e8c928b1f275847473de8a2270.zip
-display/emulate_touchscreen now really emulates a touchscreen
-icons to show node menus
Diffstat (limited to 'tools/editor/plugins/particles_2d_editor_plugin.cpp')
-rw-r--r--tools/editor/plugins/particles_2d_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/particles_2d_editor_plugin.cpp b/tools/editor/plugins/particles_2d_editor_plugin.cpp
index fdf534a3a..dadfa8bfd 100644
--- a/tools/editor/plugins/particles_2d_editor_plugin.cpp
+++ b/tools/editor/plugins/particles_2d_editor_plugin.cpp
@@ -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");
}
}