miepzerino
2023-12-19 a0231b6896566ce8595d1e2cd5d26b6792867ece
Assets/Scripts/PlayerController.cs
@@ -63,6 +63,7 @@
    {
        get
        {
            Debug.Log("gameIsPaused: " + PauseMenu.GameIsPaused);
            return animator.GetBool(AnimationStrings.canMove) && !PauseMenu.GameIsPaused;
        }
    }