speed tweaks

This commit is contained in:
blert2112 2016-08-27 22:54:39 -04:00
parent f0e57ddefc
commit 58a8f2f6e1
2 changed files with 3 additions and 3 deletions

View File

@ -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
View File

@ -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