1
0
Fork 0
fgdata/Aircraft/c172p/Dialogs/c172p-menu.xml
jmt 9987224de8 Dave Perry:
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.
2009-11-19 22:35:43 +00:00

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>