From 891cfac81d8742a00fa6f5c6c9da1030fee49b0d Mon Sep 17 00:00:00 2001 From: Hume2 Date: Mon, 10 Sep 2018 14:37:18 +0200 Subject: Limit the speed to approx. 25 km/h --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f9cb41f..38406b0 100644 --- a/init.lua +++ b/init.lua @@ -121,7 +121,7 @@ local bike = { old_driver = {}, v = 0, -- Current velocity last_v = 0, -- Last velocity - max_v = 10, -- Max velocity + max_v = 6.9, -- Max velocity fast_v = 0, -- Fast adder f_speed = 30, -- Frame speed last_y = nil, -- Last height -- cgit v1.2.3