Fixed crashing when not passing negative key

This commit is contained in:
Иван Грачёв
2021-09-21 21:59:33 +05:00
parent 546f3a562e
commit 4450fa1c83
3 changed files with 33 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
Axles = {
Horizontal = {
Negative = KEY.D,
Positive = KEY.A,
Gravity = 0.1,
Sensitivity = 0.2
},
Throttle = {
Positive = KEY.W,
Gravity = 0.1,
Sensitivity = 0.2
}
}