Fixed crashing when not passing negative key
This commit is contained in:
13
koptilnya/input_system/configs/sample.txt
Normal file
13
koptilnya/input_system/configs/sample.txt
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user