Update Anti Air and Naval Layouts

- Break down the remaining Anti Air Layouts. Now each layout.miz only contains 1 layout
- Added a python script which can fix the orientation of a layout
- Fix layout orientation. Now all aa layouts are oriented to the north.
- Add small change so that whole carrier group will be rotated correctly with the BRC

closes #2215
This commit is contained in:
RndName
2022-05-12 12:01:48 +02:00
parent 7acc418489
commit f20d0effe9
51 changed files with 119 additions and 106 deletions

View File

@@ -417,7 +417,8 @@ class GenericCarrierGenerator(GroundObjectGenerator):
if self.game.theater.is_in_sea(point):
group.points[0].speed = carrier_speed.meters_per_second
group.add_waypoint(point, carrier_speed.kph)
return brc
# Rotate the whole ground object to the new course
self.ground_object.rotate(brc)
return None
def tacan_callsign(self) -> str: