mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-23 02:44:36 -05:00
Cleaned up code
Slide Works again Ragdoll works again Cam is stable New Debugging prefab
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user