diff options
Diffstat (limited to 'tools/editor/plugins/particles_editor_plugin.h')
| -rw-r--r-- | tools/editor/plugins/particles_editor_plugin.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/editor/plugins/particles_editor_plugin.h b/tools/editor/plugins/particles_editor_plugin.h index ba655c9b3..3e4b0f73a 100644 --- a/tools/editor/plugins/particles_editor_plugin.h +++ b/tools/editor/plugins/particles_editor_plugin.h @@ -43,7 +43,8 @@ class ParticlesEditor : public Control { OBJ_TYPE(ParticlesEditor, Control ); Panel *panel; - MenuButton * options; + MenuButton *options; + HBoxContainer *particles_editor_hb; Particles *node; @@ -78,6 +79,8 @@ class ParticlesEditor : public Control { void _populate(); +friend class ParticlesEditorPlugin; + protected: void _notification(int p_notification); |
