diff options
Diffstat (limited to 'init.lua')
-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 |