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:
parent
661617a94e
commit
4605d18a09
1 changed files with 20 additions and 0 deletions
20
Data/AI/saratoga.xml
Normal file
20
Data/AI/saratoga.xml
Normal 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>
|
Loading…
Reference in a new issue