public void UpdatePowerUpVelocity()
 {
     rb.velocity = totalSpeed * PowerUpManager.GetBallSpeedMult();
 }