// Set default tile public void SetDefaultSprite() { GetComponent <SpriteRenderer>().sprite = defaultSprite; minefield.AddMine(); }