Hi! I'm trying to make a color change in my main menu when I mouse hover over the text. I want to create as few spritefont objects as possible, so I'm trying to change the color of one and not all instances of the spritefont. Is this even possible?
To change the color is easy enough, but it changes colors on all instances of the sprite font, and not the one with UID 45 (in my case). Is there a way to specify the UID on the object I want to change the color, so I don't have to create lots of separate sprite font objects in my project? I would hope something like "SpriteFont.UID.45,rgbEx(155, 188, 15)" would work, but I get an error as I am still a n00b.