OWOP Maps

Map system for OWOP, with included maps

लेखक
Rexxt
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
140
रेटिंग
0 0 0
आवृत्ती
0.3
बनवली
2022-04-12
अपडेट केली
2022-04-12
आकार
719 Bytes
License
GPL-3.0
यांवर लागू होते:

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.