public void ShakePlayer(float amount)
    {
        environmentManager.CameraShake(10, amount);

        spinning = true;
    }