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