Increase player movement speed (#210)
This commit is contained in:
parent
a3b41c154c
commit
9ddfedfe94
1 changed files with 11 additions and 0 deletions
|
@ -9,6 +9,17 @@ random_messages_interval = 60
|
|||
sprint_stamina = 10
|
||||
enable_lavacooling = false
|
||||
|
||||
#
|
||||
# Player physics
|
||||
#
|
||||
|
||||
movement_acceleration_default = 5
|
||||
movement_acceleration_air = 3
|
||||
movement_speed_walk = 6
|
||||
movement_speed_crouch = 2
|
||||
movement_speed_jump = 7
|
||||
movement_liquid_fluidity = 1.25
|
||||
|
||||
#
|
||||
# CTF_PVP_ENGINE
|
||||
# See mods/ctf_pvp_engine/minetest.conf.example for ctf_pvp_engine settings.
|
||||
|
|
Loading…
Reference in a new issue