Greasy Fork is available in English.
Pixel Place Map Loader
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/443803/1042765/PPML.js
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) {
// ...
}
});