fix gear handling
This commit is contained in:
parent
e401306d6d
commit
0d672a084b
1 changed files with 12 additions and 0 deletions
|
@ -220,6 +220,12 @@ $Id$
|
|||
<command>nasal</command>
|
||||
<script>controls.gearDown(1)</script>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>controls.gearDown(0)</script>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</button>
|
||||
|
||||
<!-- Gear up on button T1 -->
|
||||
|
@ -230,6 +236,12 @@ $Id$
|
|||
<command>nasal</command>
|
||||
<script>controls.gearDown(-1)</script>
|
||||
</binding>
|
||||
<mod-up>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>controls.gearDown(0)</script>
|
||||
</binding>
|
||||
</mod-up>
|
||||
</button>
|
||||
|
||||
<!-- mode switch (buttons 23-25) -->
|
||||
|
|
Loading…
Add table
Reference in a new issue