I want to make every single particle to swing. Unfortunately I did not find how to do this with standard Godot tools, so I need to write script which will change angular speed of single particle to opposite when angle is min or max. But I have no idea how to get single particle - looks like get_children() does not work that way.
Thanks.