poi json out test

This commit is contained in:
minjaesong
2023-10-22 13:42:36 +09:00
parent d53ab6ffee
commit ed2a46e1a6
4 changed files with 15 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ POIs are serialised as following:
"w": 7, "h": 4,
"layers": [ /* order matters! */
{"name": "base", "dat": [
"...layer_0.gz.b85", /* each byte matches what's on the LUT, except 0xFF (0xFFFF if wlen=16) always refers to the null tile. Endianness: little */
"...layer_0.gz.b85", /* each byte matches what's on the LUT, except 0xFF (0xFFFF if wlen=16) always refers to the null tile. Endianness: little; byte of 0 is NOT guaranteed to be an air tile */
"...layer_1.gz.b85"
]},
{"name": "varianceA", "dat": [