Advertisement
nikcio

Untitled

Oct 11th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var Second : int;
  2. var Timer_num : float;
  3.  
  4. function Update()
  5. {
  6. Timer_num += Time.deltaTime;
  7.  
  8. Second = Mathf.FloorToInt(Timer_num);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement