Add files via upload

This commit is contained in:
Olezen
2019-08-15 13:42:42 +02:00
committed by GitHub
parent 6159ba4f6e
commit 69ee0deb38
4 changed files with 105 additions and 15 deletions

View File

@@ -32,6 +32,8 @@ namespace Fragsurf.Movement {
public bool crouching = false;
public bool sprinting = false;
public float slopeLimit = 45f;
public float rigidbodyPushForce = 1f;
public float defaultHeight = 2f;
@@ -48,5 +50,8 @@ namespace Fragsurf.Movement {
public bool groundedTemp = false;
public float fallingVelocity = 0f;
public bool useStepOffset = false;
public float stepOffset = 0f;
}
}