Cleaned up code

Slide Works again
Ragdoll works again
Cam is stable
New Debugging prefab
This commit is contained in:
Melbyj1125
2021-11-03 14:06:19 -05:00
parent 76cd66fa0b
commit 7c72259708
36 changed files with 2193 additions and 346 deletions

View File

@@ -55,7 +55,7 @@ public class PlayerStats : MonoBehaviour
}
//Player Kick Power
private float kickPow;
private float kickPow = 100.0f;
public float KickPow{
get{ return kickPow; }
set{ kickPow = value; }