Implementing better steering

This commit is contained in:
Ivan Grachyov
2021-12-11 17:36:34 +05:00
parent 7cdb222580
commit 0b71940310
14 changed files with 294 additions and 231 deletions

View File

@@ -2,8 +2,8 @@ Axles = {
Horizontal = {
Negative = KEY.D,
Positive = KEY.A,
Gravity = 0.1,
Sensitivity = 0.2
Gravity = 1,
Sensitivity = 1
},
Throttle = {
Positive = KEY.W,
@@ -20,5 +20,5 @@ Axles = {
Negative = MOUSE.RIGHT,
Gravity = 1,
Sensitivity = 1
},
}
}