Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
bfcaec9ea2
1 changed files with 29 additions and 0 deletions
|
@ -211,6 +211,35 @@
|
||||||
</binding>
|
</binding>
|
||||||
</mod-up>
|
</mod-up>
|
||||||
</button>
|
</button>
|
||||||
|
<button n="18"> <!-- Labled as T5 -->
|
||||||
|
<desc>Retract Spoilers</desc>
|
||||||
|
<repeatable>false</repeatable>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>controls.stepSpoilers(-1)</script>
|
||||||
|
</binding>
|
||||||
|
<mod-up>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>controls.stepSpoilers(0)</script>
|
||||||
|
</binding>
|
||||||
|
</mod-up>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button n="19"> <!-- Labled as T6 -->
|
||||||
|
<desc>Deploy Spoilers</desc>
|
||||||
|
<repeatable>false</repeatable>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>controls.stepSpoilers(1)</script>
|
||||||
|
</binding>
|
||||||
|
<mod-up>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>controls.stepSpoilers(0)</script>
|
||||||
|
</binding>
|
||||||
|
</mod-up>
|
||||||
|
</button>
|
||||||
<button n="20">
|
<button n="20">
|
||||||
<desc>thrust reverse</desc>
|
<desc>thrust reverse</desc>
|
||||||
<repeatable type="bool">false</repeatable>
|
<repeatable type="bool">false</repeatable>
|
||||||
|
|
Loading…
Add table
Reference in a new issue