NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
Majsoul Plus의 리소스팩을 동시에 여러개 적용할 수 있도록 변경한 스크립트입니다.
기존에 있던 한글화 스크립트들을 참조 하였습니다.
여러 스크립트를 동시에 실행하려는 분이 아니시라면 이 스크립트는 필요 없습니다.
기본적으로 한글화 리소스팩 및 마작패 숫자 표시 리소스팩이 동시에 활성화 되어 있습니다.
새로운 리소스팩의 추가 및 제거는 스크립트에서 resourceArray 영역을 수정하여 변경할 수 있습니다.
let resourceArray = [
{name: "majsoul_korean_pack", resourceUrl: "https://shinjjanggu.github.io/jakhonplus/korean/", isEnable: true},
{name: "majsoul_eng_tiles", resourceUrl: "https://luviels.github.io/majsoulEngTiles/", isEnable: true}
];
isEnable = true인 각각의 리소스팩에 정의된 모든 파일을 교체합니다.
Rating: 0