1
0
Fork 0

Michelle: swap Aileron and Rudder

This commit is contained in:
mfranz 2006-06-24 23:31:36 +00:00
parent 5d2316442b
commit 672746597d

View file

@ -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>