diff options
author | Hume2 <teratux.mail@gmail.com> | 2018-09-10 14:37:18 +0200 |
---|---|---|
committer | Hume2 <teratux.mail@gmail.com> | 2018-09-10 14:37:18 +0200 |
commit | 891cfac81d8742a00fa6f5c6c9da1030fee49b0d (patch) | |
tree | 5d3337bd926844e9d733d8e578a4c0268a0f349e | |
parent | 56e93e99762d136583a011987ea56666882f9828 (diff) |
Limit the speed to approx. 25 km/h
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |