PPML

Pixel Place Map Loader

ของเมื่อวันที่ 08-05-2022 ดู เวอร์ชันล่าสุด

สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greasyforks.org/scripts/443803/1048500/PPML.js

ผู้เขียน
Exnonull
เวอร์ชัน
1.6
สร้างเมื่อ
22-04-2022
อัปเดตเมื่อ
08-05-2022
Size
3.22 กิโลไบต์
สัญญาอนุญาต
MIT

Variable: PPML || window.PPML

PPML.map
{
    pixels, // Uint8[]
    colors, // Uint32[]
    width, height, // number
    find(pixel) // index of pixels
    get(x,y) // pixel
    set(x,y,pixel) // undefined
}

PPML.onload = function(map) {
   // ...
};
长期地址
遇到问题?请前往 GitHub 提 Issues。