speed tweaks
This commit is contained in:
parent
f0e57ddefc
commit
58a8f2f6e1
2
126r.lua
2
126r.lua
@ -4,7 +4,7 @@ local definition = ...
|
||||
|
||||
definition.description = "126r car"
|
||||
-- adjust to change how vehicle reacts while driving
|
||||
definition.max_speed_forward = 20
|
||||
definition.max_speed_forward = 12
|
||||
definition.max_speed_reverse = 10
|
||||
definition.accel = 3
|
||||
definition.braking = 6
|
||||
|
4
f1.lua
4
f1.lua
@ -4,8 +4,8 @@ local definition = ...
|
||||
|
||||
definition.description = "F1 car"
|
||||
-- adjust to change how vehicle reacts while driving
|
||||
definition.max_speed_forward = 25
|
||||
definition.max_speed_reverse = 15
|
||||
definition.max_speed_forward = 15
|
||||
definition.max_speed_reverse = 7
|
||||
definition.accel = 4
|
||||
definition.braking = 8
|
||||
definition.turn_speed = 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user