Originally posted by Surly
hellow i made my theme change the colors of my options but they go back to white when i back out of the menu once??? Any ideas on how to fix That<3 heres my code if you want to see whats wrong with it?
WVUU()
{
self.menu.options elemcolor(1, (1, 0, 0));
}
Its because every time you open the menu it redraws the elem with the default color.
Add a variable for the color at where it draws the elem, and also change that variable in the theme change option.