I want the user to be able to select colors for the character's sprite, like for skin, clothes color, etc. Preferably with the color picker, but if that's not possible I guess I could show a bunch of pre-picked colors. How would I be able to do this? Right now I'm using self_modulate
but that only works for the entire sprite, not separate parts of it.