For context, I have a character customization screen that I'm attempting to design and would like to use bars(right now I'm using buttons) for the various options. (Hair color, hair style, eye color, clothing, etc).
Is there any way to have a bar that can modify these values with a list? Something like..
Code: Select all
hcolors = [
"red", "brown", "lightbrown", "darkblonde", "blonde", "black",
]
