I have a colored bg that I'm trying to place a sprite on top of; but the sprite I'm trying to put on top has whitespace. Is there a way for me to get rid of it? I tried using Sprite.SetBlendMode(sf::Blend::Mode::Multiply) but that causes the rest of the character to change color along with the bg.
If there's no code solution, is there a way for me to just get rid of the surrounding whitespace?
(sorry if any of this seems stupid, I'm playing around with the tutorial stuff right now. I also only have MS Paint
)