public void UpdateScoreVal(float val)
 {
     _currentGameStats.IncrementScore(val);
     OnScoreChanged?.Invoke(newText: Mathf.Round(_currentGameStats.Score).ToString());
 }