Only 30% sprint speed, no higher sprint jump
This commit is contained in:
parent
dd03c2a62a
commit
94eb0b19e6
3 changed files with 5 additions and 8 deletions
|
@ -9,11 +9,8 @@ distributed without any warranty.
|
|||
|
||||
--Configuration variables, these are all explained in README.md
|
||||
SPRINT_METHOD = 1
|
||||
SPRINT_SPEED = 1.8
|
||||
SPRINT_JUMP = 1.1
|
||||
SPRINT_STAMINA = 20
|
||||
SPRINT_SPEED = 1.3
|
||||
SPRINT_TIMEOUT = 0.5 --Only used if SPRINT_METHOD = 0
|
||||
SPRINT_HUDBARS_USED = false
|
||||
|
||||
if SPRINT_METHOD == 0 then
|
||||
dofile(minetest.get_modpath("mcl_sprint") .. "/wsprint.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue