9 public void WriteNote(
Zone z)
13 this.note.AddHeader(z.Name,
null);
14 this.note.AddText(z.source.GetDetail(), FontColor.DontChange).Hyphenate();
15 this.note.Space(0, 1);
16 this.note.AddTopic(
"climate".lang(),
"climateTemp".lang());
17 int cost = z.source.cost;
18 this.note.AddTopic(
"ecosystem".lang(),
"ecosystemTemp".lang());
20 this.imageZone.sprite = Resources.Load<Sprite>(
"Media/Graphics/Image/Zone/" + z.source.image.IsEmpty(
"default"));
27 public Image imageZone;