tweak running.
This commit is contained in:
parent
812e0a7e3b
commit
098e07a1e6
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
local utils = load_file("util_misc")
|
||||
|
||||
local walk_speed = 1
|
||||
local walk_time = 2
|
||||
local walk_time = 4
|
||||
local speedup_time = 6
|
||||
local run_factor = 3
|
||||
local slowdown_factor = 8
|
||||
local run_factor = 2.5
|
||||
local slowdown_factor = 12
|
||||
local jump_height = 1
|
||||
local jump_factor = 1.5
|
||||
local jump_factor = 1.4
|
||||
|
||||
local speed_data = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue