working on Bounce
This commit is contained in:
@@ -19,10 +19,10 @@ public class PlayerBehavior : MonoBehaviour
|
||||
|
||||
[Header("Clarinet:")]
|
||||
bool unlockedClarinet;
|
||||
[SerializeField] private float maxDashTime = 3.0f;
|
||||
[SerializeField] private float maxDashTime = 2.5f;
|
||||
[SerializeField] private float dashStopSpeed = 0.1f;
|
||||
public Vector3 moveDirection;
|
||||
public float dashDistance = 0.2f;
|
||||
public float dashDistance = 0.1f;
|
||||
private float currentDashTime;
|
||||
public bool isDash = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user