Pixel Place Map Loader
目前為
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/443803/1042963/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) {
// ...
};