OWOP Maps

Map system for OWOP, with included maps

Autor
Rexxt
Instalaciones diarias
0
Instalaciones totales
140
Calificaciones
0 0 0
Versión
0.3
Creado
12/04/2022
Actualizado
12/04/2022
Tamaño
719 Bytes
Licencia
GPL-3.0
Funciona en

Map system for OWOP, with included maps

What this module adds:

  • OWOPMaps dictionary, containing included maps
    • 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);)
  • sleep function, to introduce said delay.