You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Particle system is complete. Rejoice!
This commit is contained in:
@@ -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<Face3> geometry;
|
||||
|
||||
void _generate_aabb();
|
||||
void _generate_emission_points();
|
||||
void _resource_seleted(const String &p_res);
|
||||
void _node_selected(const NodePath &p_path);
|
||||
|
||||
Reference in New Issue
Block a user