Hello! I noticed that there is a Color property on the Sprite class.
However, we can only see the changes when we modify the alpha property (sprite.color.a). Is there a way to tint a sprite?
I have a white sprite that I would like to tint based on several conditions for my game.