Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _ = function(p) return p; end;
- name = _('MFCD');
- Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'
- Viewports =
- {
- Center =
- {
- x = 0;
- y = 0;
- width = screen.width-512;
- height = screen.height;
- viewDx = 0;
- viewDy = 0;
- aspect = screen.aspect;
- }
- }
- LEFT_MFCD =
- {
- x = screen.width-512;
- y = -12;
- width = 512;
- height = 512;
- }
- RIGHT_MFCD =
- {
- x = screen.width-512;
- y = screen.height-524;
- width = 512;
- height = 512;
- }
- M2000C_VTB =
- {
- x = screen.width-512;
- y = 0;
- width = 512;
- height = 512;
- }
- M2000C_RWR =
- {
- x = screen.width-512;
- y = screen.height-512;
- width = 500;
- height = 500;
- }
- UIMainView = Viewports.Center
Add Comment
Please, Sign In to add comment