From 4286aef69313e048fa91710c35456c08a252fd3c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 8 Apr 2017 22:38:11 -0300 Subject: Particle system is complete. Rejoice! --- editor/plugins/particles_editor_plugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editor/plugins/particles_editor_plugin.h') diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h index 15881fe6a1..e9f9f43468 100644 --- a/editor/plugins/particles_editor_plugin.h +++ b/editor/plugins/particles_editor_plugin.h @@ -57,6 +57,9 @@ class ParticlesEditor : public Control { SpinBox *emission_amount; OptionButton *emission_fill; + ConfirmationDialog *generate_aabb; + SpinBox *generate_seconds; + enum Menu { MENU_OPTION_GENERATE_AABB, @@ -68,6 +71,7 @@ class ParticlesEditor : public Control { PoolVector geometry; + void _generate_aabb(); void _generate_emission_points(); void _resource_seleted(const String &p_res); void _node_selected(const NodePath &p_path); -- cgit v1.2.3