Rigidbody Standup has been implemented

This commit is contained in:
Melbyj1125
2021-10-29 12:28:36 -05:00
parent 5c8e13e0f5
commit 45a2c5b473
15 changed files with 246 additions and 155 deletions

View File

@@ -62,7 +62,7 @@ public class PlayerStats : MonoBehaviour
}
//Player Recovery Time When Knocked Down
private float recovTime;
private float recovTime = 5;
public float RecovTime{
get{ return recovTime; }
set{ recovTime = value; }