Skip to content

Commit

Permalink
Increase player movement speed (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD authored and rubenwardy committed Mar 17, 2019
1 parent a3b41c1 commit 9ddfedf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions minetest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ddfedf

Please sign in to comment.