|
How do I change the size of my font when writing a GUI script? I already have this but I don't know how to change the size, can someone help me out? var bulletsLeft : int = 8; var reloadTime = 1.5; function Update () { } function Reload () { yield WaitForSeconds(reloadTime); } function OnGUI() { }
(comments are locked)
|
|
sure. you may also need to set the font you want to the GUI's you're using. so to do that,
(comments are locked)
|
