Created
May 1, 2019 23:17
-
-
Save rurounijones/bc7b4d834a6e62ad06886a36ed57202c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ = function(p) return p; end; | |
name = _('Jones'); | |
Description = 'Jones Custom Display' | |
Viewports = | |
{ | |
Center = | |
{ | |
x = 0; | |
y = 0; | |
width = 1920; | |
height = 1080; | |
viewDx = 0; | |
viewDy = 0; | |
} | |
} | |
LEFT_MFCD = | |
{ | |
x = 10; | |
y = 1360; | |
width = 800; | |
height = 800; | |
} | |
RIGHT_MFCD = | |
{ | |
x = 1110; | |
y = 1360; | |
width = 800; | |
height = 800; | |
} | |
Mirage_Radar = | |
{ | |
x = 10; | |
y = 1360; | |
width = 800; | |
height = 800; | |
} | |
Mirage_RWR = | |
{ | |
x = 1110; | |
y = 1360; | |
width = 800; | |
height = 800; | |
} | |
UIMainView = Viewports.Center |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment