1
0
Fork 0

David Culp:

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.
This commit is contained in:
ehofman 2004-10-28 08:34:50 +00:00
parent 661617a94e
commit 4605d18a09

20
Data/AI/saratoga.xml Normal file
View file

@ -0,0 +1,20 @@
<?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>