Pixel Place Map Loader
As of
ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://updategf.qytechs.cn/scripts/443803/1048500/PPML.js.
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) {
// ...
};