Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #pragma strict
  2.  
  3. function Start () {
  4.  
  5. }
  6.  
  7. function Update () {
  8. Camera.main.orthographicSize = 3.596306;
  9. }
  10.  
  11. #pragma strict
  12.  
  13. function Start () {
  14.  
  15. }
  16.  
  17. function Update () {
  18. Camera.aspect = 1;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement