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