Carts: Stronger handbrake
Handbrake was barely noticeable and fairly useless. Equalisng with brake rail deceleration makes it more intuitive to use and easier to judge stopping distance.
This commit is contained in:
parent
4a5206e3a7
commit
3e5852993d
@ -272,9 +272,9 @@ local function rail_on_step(self, dtime)
|
||||
-- Try to make it similar to the original carts mod
|
||||
acc = acc + speed_mod
|
||||
else
|
||||
-- Handbrake
|
||||
-- Handbrake or coast
|
||||
if ctrl and ctrl.down then
|
||||
acc = acc - 1.6
|
||||
acc = acc - 3
|
||||
else
|
||||
acc = acc - 0.4
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user