Updated diff

This commit is contained in:
Ivan Grachyov
2021-11-29 23:02:31 +05:00
parent 1a2aea0fdb
commit 4f6d4a04df
4 changed files with 139 additions and 43 deletions

View File

@@ -50,7 +50,6 @@ Vehicle:new({
Power = 0.3,
Coast = 0.15,
Preload = 10,
UsePowerBias = 10,
ViscousCoeff = 0.96,
Axle = Vector(1, 0, 0),
DistributionCoeff = 0.4,
@@ -59,7 +58,6 @@ Vehicle:new({
Power = 0.4,
Coast = 0.3,
Preload = 10,
UsePowerBias = 10,
ViscousCoeff = 0.96,
Axle = Vector(1, 0, 0),
DistributionCoeff = 0.6,