/// <summary>
 /// What to do when the player won the level, i.e., kills the correct target
 /// </summary>
 public void LevelWon()
 {
     objectivesCardScript.ForceCardToBeShow();
     guiObjectivesCardScript.IconShowRightTarget();
     guiLevelEnd.SetGUILevelWon();
 }