I want to make the user able to change the players color without me having to make a whole new Animation folder. The Player is all Red with Black eyes and a Mouth. I want it to be able to change the red part. How?
Develop games in your browser. Powerful, performant & highly capable.
What in my mind right now:
You can use "SetColor" effect in the sprite properties, but the mouth and eyes will change also.
So you can make the mouth and eyes in another sprite and pin it to the sprite.
make multiple sprites with different colors and load in the correct sprite onclick/variable check etc...