- Home /
How do i change this numbers color for GUI.Label?
GUI.Label(new Rect(200, 0, 100, 25), "<color=black>Money: </color>"+money);
How would i make "money" black?
Comment
Best Answer
Answer by chrismcrae5712 · Feb 24, 2014 at 02:48 AM
Try GUI.contentColor = Color.black; GUI.Label(new Rect(200, 0, 100, 25), "black", + Money;
I haven't tested it so Idk if that'll work but in theory it should
Thank you! i didn't really know what to look up so i asked a question. it worked out well!
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Help In Making a SphereCast for 3D Tire! Working RayCast Script included! 0 Answers
Convert js to c# 2 Answers
Blend into next color instead of jumping to next color 1 Answer
Audio not playing [Fixed] 1 Answer