Added default panel_2 for each in anticipation of actually
having different ones
This commit is contained in:
parent
b96d337720
commit
3bbdec24c5
5 changed files with 29 additions and 0 deletions
|
@ -16,9 +16,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<flight-model>yasim</flight-model>
|
||||
<aero>747</aero>
|
||||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<model>
|
||||
<path><!-- you need to set this --></path>
|
||||
</model>
|
||||
|
|
|
@ -16,9 +16,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<flight-model>jsb</flight-model>
|
||||
<aero>X15</aero>
|
||||
<sound>false</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/X15/Panels/X15-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<!-- switching models doesn't work -->
|
||||
<!-- gear up -->
|
||||
<model>
|
||||
|
@ -28,6 +34,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<model_2>
|
||||
<path>Aircraft/X15/Models/X15_landing.ac</path>
|
||||
</model_2>
|
||||
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -16,9 +16,14 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<flight-model>yasim</flight-model>
|
||||
<aero>a4</aero>
|
||||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<model>
|
||||
<path><!-- you need to set this --></path>
|
||||
</model>
|
||||
|
|
|
@ -21,6 +21,9 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<!-- you need to download this model from the site listed above -->
|
||||
<model>
|
||||
|
|
|
@ -16,12 +16,20 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<flight-model>yasim</flight-model>
|
||||
<aero>c310</aero>
|
||||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<!-- you need to download this from the above website -->
|
||||
<model>
|
||||
<path>Aircraft/c310/Models/cessna310r.ac</path>
|
||||
</model>
|
||||
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue