Advertisement
Guest User

Untitled

a guest
May 29th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if (GUI.Button(new Rect(40, 450, 150, 60), "blah blach"))
  2. {
  3. Application.LoadLevel("LevelSelect");
  4. }
  5. if (GUI.Button(new Rect(300, 450, 150, 60), "Dobule blah"))
  6. {
  7. Application.Quit();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement