How do i change the color of a white sprite?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Millard

In unity, it was easy to change the color of a white sprite. I have a simple white square that i’m using for prototyping, and I would like to be able to easily change it’s color in the godot editor. How do i do this?

:bust_in_silhouette: Reply From: p7f

Check the Visibility->Modulate option in the inspector.

thanks, that’s what I needed!

Millard | 2020-09-28 22:50