gosl/default.lvl
2016-02-06 13:26:01 +01:00

18 lines
351 B
Plaintext

{
"Layers": [
{ "Z": 0, // Z-Level: 0 = frontmost
// ^
"D": 6, // direction 789
// < 456 >
// 123
// v 5 = no motion
"V": 1 // Characters / frame ()
// TODO: H/V Ratio
"data": "... base enc block" },
{ "Z": 1,
"data": "..."}
]
}