Example #1
0
 public void SetSky(Sky s)
 {
     this.sky = knownSkies[s];
 }
Example #2
0
 public void SetMidground(Midground m)
 {
     this.midground = knownMidgrounds[m];
 }
Example #3
0
 public void SetForeground(Foreground f)
 {
     this.foreground = knownForegrounds[f];
 }
Example #4
0
 public void SetBackground(Background b)
 {
     this.background = knownBackgrounds[b];
 }