forked from VoxeLibre/VoxeLibre
Add description.txt for playerphysics
This commit is contained in:
parent
45ce08b147
commit
e09955f0fb
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
|
|
||||||
This mod simplifies the setting of player physics (speed, jumping height, gravity).
|
This mod simplifies the modification of player physics (speed, jumping height, gravity).
|
||||||
|
|
||||||
The problem with `set_physics_override` is that is sets a raw value.
|
The problem with `set_physics_override` is that is sets a raw value.
|
||||||
As soon as two independent mods want to mess with player physics, this is a problem.
|
As soon as two independent mods want to mess with player physics, this is a problem.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
This mod simplifies the modification of player physics (speed, jumping height, gravity) by adding factors to the base values.
|
Loading…
Reference in New Issue