Use the nasal flap selection mechanism
This commit is contained in:
parent
c425703651
commit
e91fbf2beb
1 changed files with 4 additions and 6 deletions
|
@ -196,9 +196,8 @@ $Id$
|
||||||
<desc>Flaps down</desc>
|
<desc>Flaps down</desc>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>nasal</command>
|
||||||
<property>/controls/flight/flaps</property>
|
<script>controls.stepFlaps(-1)</script>
|
||||||
<step type="double">-0.34</step>
|
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -206,9 +205,8 @@ $Id$
|
||||||
<desc>Flaps up</desc>
|
<desc>Flaps up</desc>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-adjust</command>
|
<command>nasal</command>
|
||||||
<property>/controls/flight/flaps</property>
|
<script>controls.stepFlaps(1)</script>
|
||||||
<step type="double">0.34</step>
|
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue