// Tell scoreboard to show new point total.
 private void ChangeDisplay()
 {
     scoreDisplay.SetText(totalPoints, 1.0f + enemiesHit * modifier);
 }