Esempio n. 1
0
 public void prompyBuyLocation()
 {
     print("free arrived!");
     GUImanager.showImage(TILE_TYPE.FREE, this.tileImageInfo);
 }
Esempio n. 2
0
 public void prompyBuyLocation()
 {
     print("residential arrived!");
     GUImanager.showImage(TILE_TYPE.RESIDENCE, this.tileImageInfo);
 }
Esempio n. 3
0
 public void prompyBuyLocation()
 {
     GUImanager.showImage(TILE_TYPE.FACTORY, this.tileImageInfo);
 }
Esempio n. 4
0
 public void prompyBuyLocation()
 {
     print("Other arrived!");
     GUImanager.showImage(TILE_TYPE.OTHER, this.tileImageInfo);
 }
Esempio n. 5
0
 public void prompyBuyLocation()
 {
     print("business arrived!");
     GUImanager.showImage(TILE_TYPE.BUSSINESS, this.tileImageInfo);
 }
Esempio n. 6
0
 public void prompyBuyLocation()
 {
     print("Innovative arrived!");
     GUImanager.showImage(TILE_TYPE.INNOVATIVE, this.tileImageInfo);
 }
Esempio n. 7
0
 public void prompyBuyLocation()
 {
     print("empty arrived!");
     GUImanager.showImage(TILE_TYPE.EMPTY, this.tileImageInfo);
     //  GUImanager.showImage(TILE_TYPE.BUSSINESS);
 }