Skip to content

Instantly share code, notes, and snippets.

@rurounijones
Created May 1, 2019 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rurounijones/bc7b4d834a6e62ad06886a36ed57202c to your computer and use it in GitHub Desktop.
Save rurounijones/bc7b4d834a6e62ad06886a36ed57202c to your computer and use it in GitHub Desktop.
_ = 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