Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _ = function(p) return p; end;
- name = _('F15');
- Description = ''
- Viewports =
- {
- Center =
- {
- x = screen.width / 2;
- y = 0;
- width = screen.width / 2;
- height = screen.height;
- viewDx = 0;
- viewDy = 0;
- aspect = screen.aspect / 2;
- }
- }
- LEFT_MFCD =
- {
- x = 840;
- y = 0;
- width = 1080;
- height = 1080;
- }
- UIMainView = Viewports.Center
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement