Advertisement
Guest User

Untitled

a guest
Oct 1st, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. _ = function(p) return p; end;
  2. name = _('F15');
  3. Description = ''
  4. Viewports =
  5. {
  6. Center =
  7. {
  8. x = screen.width / 2;
  9. y = 0;
  10. width = screen.width / 2;
  11. height = screen.height;
  12. viewDx = 0;
  13. viewDy = 0;
  14. aspect = screen.aspect / 2;
  15. }
  16. }
  17.  
  18. LEFT_MFCD =
  19. {
  20. x = 840;
  21. y = 0;
  22. width = 1080;
  23. height = 1080;
  24. }
  25.  
  26. UIMainView = Viewports.Center
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement