Skip to content

Instantly share code, notes, and snippets.

@rurounijones
Created October 3, 2019 21:20
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/950f1292ee084ec2ca3426395084588e to your computer and use it in GitHub Desktop.
Save rurounijones/950f1292ee084ec2ca3426395084588e 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