You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is there a way to change the initial size of the particles so they don't look the same size when the emitter starts?
I'm trying emitter.addInitialize(new Proton.Body(image, new Proton.Span(1, 100), new Proton.Span(1, 100)));
but the size is always the same.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
Is there a way to change the initial size of the particles so they don't look the same size when the emitter starts?
I'm trying
emitter.addInitialize(new Proton.Body(image, new Proton.Span(1, 100), new Proton.Span(1, 100)));
but the size is always the same.
Thanks in advance.
The text was updated successfully, but these errors were encountered: