Michelle: swap Aileron and Rudder
This commit is contained in:
parent
5d2316442b
commit
672746597d
1 changed files with 5 additions and 4 deletions
|
@ -5,10 +5,10 @@
|
|||
<name>GameBird</name>
|
||||
|
||||
<axis n="0">
|
||||
<desc>Rudder</desc>
|
||||
<desc>Aileron</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
<property>/controls/flight/aileron</property>
|
||||
<dead-band type="double">0.02</dead-band>
|
||||
<offset type="double">0.0</offset>
|
||||
<factor type="double">1.0</factor>
|
||||
|
@ -35,13 +35,14 @@
|
|||
</axis>
|
||||
|
||||
<axis n="3">
|
||||
<desc>Aileron</desc>
|
||||
<desc>Rudder</desc>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/aileron</property>
|
||||
<property>/controls/flight/rudder</property>
|
||||
<dead-band type="double">0.02</dead-band>
|
||||
<offset type="double">0.0</offset>
|
||||
<factor type="double">1.0</factor>
|
||||
<power type="double">2.0</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
|
Loading…
Reference in a new issue