showTiles method
void
showTiles()
Implementation
void showTiles(){
for(int i = 0; i < tileLayer.length;i++){
tileLayer[i].visible = true;
}
}
void showTiles(){
for(int i = 0; i < tileLayer.length;i++){
tileLayer[i].visible = true;
}
}