1
0
Fork 0
fgdata/AI/PAVictoria_demo.xml

26 lines
695 B
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<PropertyList>
<scenario>
<name>Ferries Victora - Port Angles demo</name>
<description>
This scenario spawns two ferries that run from Victoria to Port Angles and vice versa.
</description>
<entry>
<type>ship</type>
<model>Models/Geometry/Ferry/FerryBoat1.xml</model>
<name>Ferry-1</name>
<turn-radius-ft>1500</turn-radius-ft>
<flightplan>PA_Victoria-PA.xml</flightplan>
<repeat>1</repeat>
</entry>
<entry>
<type>ship</type>
<model>Models/Geometry/Ferry/FerryBoat2.xml</model>
<name>Ferry-2</name>
<flightplan>PA_PA-Victoria.xml</flightplan>
<repeat>1</repeat>
</entry>
</scenario>
</PropertyList>