Add description.txt for playerphysics

This commit is contained in:
Wuzzy 2018-10-23 18:58:23 +02:00
parent 45ce08b147
commit e09955f0fb
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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.
As soon as two independent mods want to mess with player physics, this is a problem.

View File

@ -0,0 +1 @@
This mod simplifies the modification of player physics (speed, jumping height, gravity) by adding factors to the base values.