Exemple #1
0
 void OnGUI()
 {
     GUITools.DrawRect(new Rect(0, 50, 130, 30), Color.white);
     GUITools.DrawRegularText(new Rect(10, 55, 130, 30), "Score: " + score);
 }