1
0
Fork 0
fgdata/Aircraft/c172-610x-set.xml

41 lines
1,012 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
FDM-independent Cessna 172 with full-screen, high-res panel.
Started October 23 2001 by John Check, fgpanels@rockfish.net
************************************************************************
-->
<PropertyList include="c172-base.xml">
<sim>
<description>Cessna 172 with a full screen, hi-res panel</description>
<!-- We want to be able to specify the flight model independently -->
<!-- <flight-model archive="y">jsb</flight-model> -->
<!-- <aero archive="y">c172</aero> -->
<panel>
<path>Aircraft/c172/Panels/c172-610x-panel.xml</path>
<visibility archive="y">true</visibility>
<flip-x>true</flip-x>
</panel>
<model>
<path archive="y">Aircraft/c172/Models/c172-dpm.xml</path>
</model>
<instrument-options>
<omit-knobs>true</omit-knobs>
</instrument-options>
</sim>
<engines>
<engine>
<rpm type="double">0</rpm>
</engine>
</engines>
</PropertyList>