1
0
Fork 0

Square the control inputs, again.

This commit is contained in:
david 2003-03-29 14:14:45 +00:00
parent 7d24dc8184
commit 47a2481cf0
2 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@
<property>/controls/rudder</property>
<factor>1.0</factor>
<offset>0.0</offset>
<power>2.0</power>
</binding>
</axis>

View file

@ -35,6 +35,7 @@
<binding>
<command>property-scale</command>
<property>/controls/aileron</property>
<power>2.0</power>
</binding>
</axis>
@ -44,6 +45,7 @@
<command>property-scale</command>
<property>/controls/elevator</property>
<factor type="double">-1.0</factor>
<power>2.0</power>
</binding>
</axis>