9987224de8
The attached patch adds "Hide yoke" to the c172p menu, adjusts the gear spring forces and damping to cause a more tail low attitude sitting on the ground, optimizes vertices and surfaces in c172p.ac, as well as cleaning up the tabs and indents in several xml files.
34 lines
774 B
XML
34 lines
774 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<default>
|
|
<menu n="10">
|
|
<label>Cessna C172P</label>
|
|
<enabled type="bool">true</enabled>
|
|
<item>
|
|
<label>Select Livery</label>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>aircraft.livery.dialog.toggle()</script>
|
|
</binding>
|
|
</item>
|
|
<item>
|
|
<label>Immatriculation</label>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>c172p.immat_dialog.toggle()</script>
|
|
</binding>
|
|
</item>
|
|
<item>
|
|
<label>Show/hide yoke</label>
|
|
<binding>
|
|
<command>property-toggle</command>
|
|
<property>sim/model/hide-yoke</property>
|
|
</binding>
|
|
</item>
|
|
</menu>
|
|
</default>
|
|
|
|
</PropertyList>
|
|
|