Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. public void OnGUI()
  2. {
  3.  
  4. if (Input.GetKey(KeyCode.Tab))
  5. {
  6. GUI.contentColor = Color.white;
  7. GUI.Box(new Rect(1000, 5, 400, 400), "What You Should Know");
  8. GUI.Label(new Rect(1135, 5, 400, 400), "___________________");
  9. GUI.Label(new Rect(1145, 23, 400, 400), "<color=cyan><size=20>The </size></color>" + "<color=cyan><size=20>" + this.cdrw + "</size></color>");
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement