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.