How do I change the colors of a Particles2D in Godot 2.0.1?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By whisky_pete
:warning: Old Version Published before Godot 3 was released.

I’ve been following the gamefromscratch.com tutorial series, and I’m currently working on the one on particle systems. This can be found at Godot Engine Tutorial Part 12–Particles – GameFromScratch.com

Now, in his example he uses Color Phases to set the colors of the particle emitter. It seems that Color Phases have been removed from the editor in Godot 2.0.1, though. Instead, I can see an entry for a ColorRamp which seems straightforward enough. I tried to pick 3 colors from the ramp, and then set the gradient to something I liked in the ColorRamp properties. However, all I can get to show up is a greyscale particle emitter that goes from black to white.

Anyone know what I’m doing wrong? Thanks!

:bust_in_silhouette: Reply From: batmanasb

haha yeah, I was so confused when I switched to 2.0 after using 1.1 for a few months! But the new system is actually much nicer and easier to use… just doesn’t make sense at first glance. And it just took me a minute to figure it out again after a few weeks have passed since I last used it…

enter image description here

Make a new color ramp then click the right arrow to edit it (>)
Left click on the bar to place down transitions
Right click to remove them
Left click on one to select it and you can even drag them around!
Click on the color box on the far right to change the transition color

This new system is much more visual and intuitive, but for some reason it’s just impossible to figure out how it works on your own. I would have never guessed that you could click on the color box, not in a million years! It looks like the most unpressable GUI element I’ve ever seen…

Hah! Wow, you weren’t kidding. I wouldn’t have expected that box on the right to be the color picker. Now that I know how to use it, this thing seems super easy. Thanks for the help!

whisky_pete | 2016-03-24 01:12