PPML

Pixel Place Map Loader

اعتبارا من 22-04-2022. شاهد أحدث إصدار.

لا ينبغي أن لا يتم تثبيت هذا السكريت مباشرة. هو مكتبة لسكبتات لتشمل مع التوجيه الفوقية // @require https://update.greasyfork.org/scripts/443803/1042765/PPML.js

المؤلف
Exnonull
الإصدار
1.0
تم إنشاؤه
22-04-2022
تم تحديثه
22-04-2022
Size
4.43 KB
الترخيص
MIT

Variable: PPML || window.PPML

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

PPML.setHook({
    priority: 0,
    init(map) {
        // ...
    }
});