adjust setting
This commit is contained in:
@@ -26,7 +26,7 @@ public class CharacterCtrl : MonoBehaviour
|
||||
float gravityValue = -9.81f;
|
||||
StateAnim stateAnim = StateAnim.Idle;
|
||||
Vector3 playerVelocity;
|
||||
bool isGrounded = false;
|
||||
[SerializeField] bool isGrounded = false;
|
||||
bool isRun = false;
|
||||
|
||||
private void Awake()
|
||||
|
||||
Reference in New Issue
Block a user