|
Is there a way to change the size of a GUI label. here is the code i used for the GUI label:
How do i cahnge the font size of the words, "You Survived", the variable "totaltime", and the word "Seconds" And help would be nice
(comments are locked)
|
|
for my own HUD I used this method as i had imported quite a few of my own fonts and was using lots of different fonts. I imported my desired font and changed the size of that specific font in the inspector (for me I changed it from 16 to 40) I then added a variable
or whatever you want and choose the font you want you then add the line
before each label that you want to have a different font
(comments are locked)
|
|
you need to define a GUISkin/GUIStyle to replace the font. And you can change the font size by double clicking it and then you'll see Font size in your inspector.
(comments are locked)
|
