Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. float torpedoSpeed = (0.00001f) * 155.2f;
  2.  
  3. //move
  4. gameObject.transform.position += new Vector3(velocity, 0, 0) * 15.5f;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement