Advertisement
Guest User

Untitled

a guest
Feb 24th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. _ = function(p) return p; end;
  2. name = _('SHKVAL+MAIN+ABRIS');
  3. Description = 'Two monitor configuration';
  4. Viewports =
  5. {
  6. Center =
  7. {
  8. x = 960;
  9. y = 0;
  10. width = 1920;
  11. height = 1080;
  12. viewDx = 0;
  13. viewDy = 0;
  14. aspect = 1.6;
  15. }
  16. }
  17.  
  18. LEFT_MFCD =
  19. {
  20. x = 0;
  21. y = 190;
  22. width = 960;
  23. height = 700;
  24. }
  25.  
  26. RIGHT_MFCD =
  27. {
  28. x = 2881;
  29. y = 0;
  30. width = 940;
  31. height = 1080;
  32. }
  33.  
  34. UIMainView = Viewports.Center
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement