Inventory UI implemented

Networking should work
This commit is contained in:
Melbyj1125
2021-11-22 13:52:06 -06:00
parent 3ca497b913
commit 665b1c793f
22 changed files with 2020 additions and 307 deletions

View File

@@ -7,7 +7,7 @@ using UnityEngine.Rendering;
public class dWallRun : NetworkBehaviour
{
public float wallMaxDistance = 1;
public float wallMaxDistance = 5;
public float wallSpeedMultiplier = 1.2f;
public float minimumHeight = 1.2f;
public float maxAngleRoll = 20;