ownship now near missile

This commit is contained in:
thetek 2024-06-04 13:38:25 +02:00
parent 5d2c600f63
commit 9f57dfd770

View File

@ -17,7 +17,7 @@ const ownship: Widget = {
lpdHelper.generateBaseWidget( lpdHelper.generateBaseWidget(
ownshipUuid, ownshipUuid,
'minimap', 'minimap',
400, 1400,
950, 950,
50, 50,
50, 50,
@ -43,7 +43,7 @@ const ownship: Widget = {
), ),
0, 0,
1.5, 1.5,
0.2 * Math.PI, // 36deg -0.8 * Math.PI, // -144deg
), ),
}; };