mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
Gate created and player tagged correctly
This commit is contained in:
@@ -55,7 +55,7 @@ public class PlayerStats : MonoBehaviour
|
||||
}
|
||||
|
||||
//Player Kick Power
|
||||
[SerializeField] private float kickPow = 100.0f;
|
||||
[SerializeField] private float kickPow = 150.0f;
|
||||
public float KickPow{
|
||||
get{ return kickPow; }
|
||||
set{ kickPow = value; }
|
||||
@@ -68,7 +68,6 @@ public class PlayerStats : MonoBehaviour
|
||||
set{ recovTime = value; }
|
||||
}
|
||||
|
||||
//MAY BE UNNECCESARY DEPENDING ON HOW GLIDER TURNS OUT
|
||||
//Gravity Affecting the player
|
||||
[SerializeField] private float playerGrav = 20.0f;
|
||||
public float PlayerGrav{
|
||||
|
||||
Reference in New Issue
Block a user