add game specific minetest.conf

master
Brandon 2014-05-12 23:40:50 -05:00
parent 00b075fd42
commit 6504782ad6
1 changed files with 17 additions and 0 deletions

17
minetest.conf Normal file
View File

@ -0,0 +1,17 @@
#
# Physics stuff
#
movement_acceleration_default = 1.4
movement_acceleration_air = 2.1
movement_acceleration_fast = 2.4
movement_speed_walk = 4.2
movement_speed_crouch = 2.1
movement_speed_fast = 7
movement_speed_climb = 2.2
movement_speed_jump = 6.7
movement_speed_descend = 6
movement_liquid_fluidity = 2
movement_liquid_fluidity_smooth = 0.5
movement_liquid_sink = 15
movement_gravity = 9.75