mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Tweak some player physics
This commit is contained in:
parent
27d7775e98
commit
e27cf666a9
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ movement_acceleration_default = 2.4
|
||||||
movement_acceleration_air = 1.2
|
movement_acceleration_air = 1.2
|
||||||
#movement_acceleration_fast = 10
|
#movement_acceleration_fast = 10
|
||||||
|
|
||||||
movement_speed_walk = 4.3
|
movement_speed_walk = 4.317
|
||||||
movement_speed_crouch = 1.3
|
movement_speed_crouch = 1.295
|
||||||
movement_speed_fast = 10.8
|
movement_speed_fast = 10.89
|
||||||
|
|
||||||
movement_speed_jump = 6.6
|
movement_speed_jump = 6.6
|
||||||
movement_speed_climb = 2
|
movement_speed_climb = 2
|
||||||
|
|
Loading…
Reference in a new issue