guicoelho295

Untitled

Sep 12th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. _ = function(p) return p; end;
  2. name = _('Camera + Dual MFCD + CDU');
  3. Description = 'Dual MFCD and CDU'
  4. Viewports =
  5. {
  6. Center =
  7. {
  8. x = 0;
  9. y = 0;
  10. width = 1900;
  11. height = 1068;
  12. viewDx = 0;
  13. viewDy = 0;
  14. aspect = 1.7790262172284644194756554307116;
  15. }
  16. }
  17. LEFT_MFCD =
  18. {
  19. x = 1933;
  20. y = 466;
  21. width = 475;
  22. height = 475;
  23. }
  24.  
  25. RIGHT_MFCD =
  26. {
  27. x = 2678;
  28. y = 462;
  29. width = 475;
  30. height = 475;
  31. }
  32.  
  33. CDU_SCREEN =
  34. {
  35. x = 2656;
  36. y = 42;
  37. width = 434;
  38. height = 292;
  39. }
  40. UIMainView = Viewports.Center
Advertisement
Add Comment
Please, Sign In to add comment