292b614664
This fixes a (new) developer warning when registering those files.
25 lines
695 B
XML
25 lines
695 B
XML
<?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>
|