#How can i paint the sprite of my character to white?
4 messages · Page 1 of 1 (latest)
https://docs.rs/bevy/latest/bevy/sprite/struct.Sprite.html
I think you can achieve that by changing the color field to white for a while
API documentation for the Rust Sprite struct in crate bevy.
The default value for color is already white, this dont work 😦
Is there any chance that the alpha component is 0.0?