Beispiel #1
0
 public void MissFeedback()
 {
     if (currentFeedbackBubble != null)
     {
         Destroy(currentFeedbackBubble);
     }
     currentFeedbackBubble = Instantiate(feedbackBubblePrefabs[0], feedbackBubblePosition.position, Quaternion.identity);
     chainCounter          = 0;
     levelStatsData.IncLevelStats("miss");
 }