OWOP Maps

Map system for OWOP, with included maps

Auteur
Rexxt
Nombre d'installations quotidiennes
0
Nombre d'installations
141
Évaluations
0 0 0
Version
0.3
Créer
2022-04-12
Mis à jour
2022-04-12
Taille
719 octets
Licence
GPL-3.0
S'applique à

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.