Ejemplo n.º 1
0
 public GTile(int index_x, int index_y)
 {
     this.index_x = index_x;
     this.index_y = index_y;
     biome = BiomeData.tropical_forest;
     Contained_Objects = new GObject_Tile_RefList (new Vector2(index_x, index_y));
 }
Ejemplo n.º 2
0
 public GTile(int index_x, int index_y)
 {
     this.index_x      = index_x;
     this.index_y      = index_y;
     biome             = BiomeData.tropical_forest;
     Contained_Objects = new GObject_Tile_RefList(new Vector2(index_x, index_y));
 }