2af0a69765
Individual aircraft -set.xml files shouldn't set global sound/volume properties for the entire application.
25 lines
369 B
XML
25 lines
369 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
|
|
<description>UFO from the 'White Project' of the UNESCO</description>
|
|
|
|
<flight-model>ufo</flight-model>
|
|
|
|
<sound>
|
|
<path>Aircraft/ufo/ufo-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<visibility>false</visibility>
|
|
</panel>
|
|
|
|
<model>
|
|
<path>Aircraft/ufo/Models/ufo.xml</path>
|
|
</model>
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|