1
0
Fork 0

Decrease aileron/elevator/rudder sensitivity near the centre, again.

This commit is contained in:
david 2004-12-17 16:29:49 +00:00
parent 9a30a2afb1
commit 8503b293ee

View file

@ -41,6 +41,7 @@ $Id$
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/aileron</property> <property>/controls/flight/aileron</property>
<power type="double">3</power>
</binding> </binding>
</axis> </axis>
@ -50,6 +51,7 @@ $Id$
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/elevator</property> <property>/controls/flight/elevator</property>
<factor type="double">-1.0</factor> <factor type="double">-1.0</factor>
<power type="double">3</power>
</binding> </binding>
</axis> </axis>
@ -109,6 +111,7 @@ $Id$
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/rudder</property> <property>/controls/flight/rudder</property>
<power type="double">3</power>
</binding> </binding>
</axis> </axis>