4605d18a09
Here's code to support a new AICarrier class, which I think will be sufficiently different from a basic AIShip that it should have its own class.
20 lines
No EOL
368 B
XML
20 lines
No EOL
368 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<scenario>
|
|
|
|
<!-- Puts the Saratoga in the bay just east of KSFO -->
|
|
<entry>
|
|
<type>carrier</type>
|
|
<model>Models/Geometry/saratoga.ac</model>
|
|
<latitude>37.63</latitude>
|
|
<longitude>-122.34</longitude>
|
|
<heading>330</heading>
|
|
<speed>20.0</speed>
|
|
<rudder>0.0</rudder>
|
|
</entry>
|
|
|
|
</scenario>
|
|
|
|
</PropertyList> |