amogus map: impostor 😳😳😳 (buildMap(x, y, OWOPMaps.amogus);)
createMap function, which creates a map array from the world's cells (createMap(x, y, width, height);)
buildMap function, which places tiles from the map array on to the world with a slight delay, so as to make sure it is placed properly (buildMap(x, y, map_array);)