private void Start()
 {
     lives = baseLives - SettingController.GetDifficultyValue();
     UpdateDisplay();
 }