OWOP Maps

Map system for OWOP, with included maps

ผู้เขียน
Rexxt
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
143
คะแนน
0 0 0
เวอร์ชัน
0.3
สร้างเมื่อ
12-04-2022
อัปเดตเมื่อ
12-04-2022
Size
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.