Increase player movement speed (#210)

This commit is contained in:
ANAND 2019-03-17 20:33:35 +05:30 committed by rubenwardy
parent a3b41c154c
commit 9ddfedfe94

View file

@ -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.