[]
Changes the current tile, given the new indexes. An IllegalArgumentException is thrown if the indexes do not correspond to a valid tile.
public override void setTile(int x, int y)
Type | Name | Description |
---|---|---|
int | x | The horizontal indexes the tile. |
int | y | The vertical indexes of the new tile. |