aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/particles_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_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_editor_plugin.cpp')
-rw-r--r--tools/editor/plugins/particles_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/particles_editor_plugin.cpp b/tools/editor/plugins/particles_editor_plugin.cpp
index f6f01d82c..5c84d9a86 100644
--- a/tools/editor/plugins/particles_editor_plugin.cpp
+++ b/tools/editor/plugins/particles_editor_plugin.cpp
@@ -111,6 +111,7 @@ void ParticlesEditor::_populate() {
void ParticlesEditor::_notification(int p_notification) {
if (p_notification==NOTIFICATION_ENTER_TREE) {
+ options->set_icon(options->get_popup()->get_icon("Particles","EditorIcons"));
}
}