OWOP Maps

Map system for OWOP, with included maps

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Rexxt
1日のインストール数
0
累計インストール数
132
評価
0 0 0
バージョン
0.3
作成日
2022/04/12
更新日
2022/04/12
ライセンス
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.