OWOP Maps

Map system for OWOP, with included maps

目前为 2022-04-12 提交的版本。查看 最新版本

作者
Rexxt
评分
0 0 0
版本
0.3
创建于
2022-04-12
更新于
2022-04-12
大小
719 字节
许可证
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.