// Set background image
 protected IEnumerator SetBackground(int id)
 {
     StageHandler.SetBackground(id);
     yield return(null);
 }