98804a6793
subdirectories in yet another step towards making aircraft more self contained rather than potentially spread out.
36 lines
811 B
XML
36 lines
811 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
JSBSim Cessna 172P with 2D panel.
|
|
|
|
Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList include="c172p-jsbsim-base.xml">
|
|
|
|
<sim>
|
|
|
|
<description>Cessna 172P (JSBSim, 2D panel).</description>
|
|
|
|
<!-- Use a 2D instrument panel -->
|
|
|
|
<panel>
|
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
|
<visibility archive="y">true</visibility>
|
|
</panel>
|
|
<panel_2>
|
|
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
|
</panel_2>
|
|
|
|
<!-- Look down a bit over the top of the panel -->
|
|
|
|
<view>
|
|
<config>
|
|
<pitch-offset-deg>-8</pitch-offset-deg>
|
|
</config>
|
|
</view>
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|