OWOP Maps

Map system for OWOP, with included maps

Autore
Rexxt
Installazioni giornaliere
0
Installazioni totali
140
Valutazione
0 0 0
Versione
0.3
Creato il
12/04/2022
Aggiornato il
12/04/2022
Dimensione
719 Byte
Licenza
GPL-3.0
Applica a

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.