summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHume2 <teratux.mail@gmail.com>2018-09-10 14:37:18 +0200
committerHume2 <teratux.mail@gmail.com>2018-09-10 14:37:18 +0200
commit891cfac81d8742a00fa6f5c6c9da1030fee49b0d (patch)
tree5d3337bd926844e9d733d8e578a4c0268a0f349e
parent56e93e99762d136583a011987ea56666882f9828 (diff)
Limit the speed to approx. 25 km/h
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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