Advertisement
Guest User

Untitled

a guest
Jan 26th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #pragma strict
  2.  
  3. function Start ()
  4. {
  5.  
  6. }
  7.  
  8. function Update()
  9. {
  10.     if(Input.GetKeyDown(KeyCode.Mouse0))
  11.     {
  12.         Application.LoadLevel("PauseScreen");
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement