Fixed crashing when not passing negative key
This commit is contained in:
@@ -3,14 +3,8 @@
|
||||
-- @shared
|
||||
-- @include ./cl_input.txt
|
||||
-- @include ./sv_input.txt
|
||||
local Axles = {
|
||||
Horizontal = {
|
||||
Negative = KEY.D,
|
||||
Positive = KEY.A,
|
||||
Gravity = 0.1,
|
||||
Sensitivity = 0.2
|
||||
}
|
||||
}
|
||||
-- @include ./configs/sample.txt
|
||||
require('./configs/sample.txt')
|
||||
|
||||
local options = {
|
||||
Axles = Axles
|
||||
|
||||
Reference in New Issue
Block a user