Add files via upload

This commit is contained in:
Olezen
2019-10-11 12:02:10 +02:00
committed by GitHub
parent 36a62fb2e2
commit 805c53b797
23 changed files with 201 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ namespace Fragsurf.Movement {
[Header("Physics Settings")]
public Vector3 colliderSize = new Vector3 (1f, 2f, 1f);
public ColliderType collisionType;
[HideInInspector] public ColliderType collisionType { get { return ColliderType.Box; } } // Capsule doesn't work anymore; I'll have to figure out why some other time, sorry.
public float weight = 75f;
public float rigidbodyPushForce = 2f;
public bool solidCollider = false;