forked from speed-dreams/speed-dreams-code
Use more common default keys for acceleration and brake (up/down keys instead of 'f' and 'v').
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2080 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: b73bddae96e6c49d7b30f981eedbe78264ac86cf Former-commit-id: 47b56728df923f8526b91d0c5baff767a7ab5e0e
This commit is contained in:
parent
9b9bff67fb
commit
c9b7ac0f59
1 changed files with 2 additions and 2 deletions
|
@ -126,11 +126,11 @@
|
|||
<attnum name="right steer min" val="0"/>
|
||||
<attnum name="right steer max" val="312"/>
|
||||
<attnum name="right steer power" val="0.00320513"/>
|
||||
<attstr name="throttle" val="f"/>
|
||||
<attstr name="throttle" val="Up Arrow"/>
|
||||
<attnum name="throttle min" val="0"/>
|
||||
<attnum name="throttle max" val="1"/>
|
||||
<attnum name="throttle power" val="0"/>
|
||||
<attstr name="brake" val="v"/>
|
||||
<attstr name="brake" val="Down Arrow"/>
|
||||
<attnum name="brake min" val="0"/>
|
||||
<attnum name="brake max" val="1"/>
|
||||
<attnum name="brake power" val="0"/>
|
||||
|
|
Loading…
Reference in a new issue