duck

duck

Jul 30th, 2010
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. function Update () {
  3.    
  4.     transform.position.x = 10;
  5.     transform.position.y = 20;
  6.     transform.position.z = 30;
  7.    
  8. }
Advertisement
Add Comment
Please, Sign In to add comment