OWOP Maps

Map system for OWOP, with included maps

Tính đến 12-04-2022. Xem phiên bản mới nhất.

Tác giả
Rexxt
Đánh giá
0 0 0
Phiên bản
0.3
Đã tạo
12-04-2022
Đã cập nhật
12-04-2022
Size
719 Byte
Giấy phép
GPL-3.0
Áp dụng cho

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.