Json Shapez
Allows the usage of JSON along with Shape Codes
Allows the usage of JSON and Shapez Codes. When inputting into a constant signal, both work.
Sample shape:
[
[
{
"subShape": "rect",
"color": "uncolored"
},
{
"subShape": "circle",
"color": "white"
},
null,
{
"subShape": "circle",
"color": "white"
}
],
[
null,
null,
{
"subShape": "rect",
"color": "uncolored"
},
null
]
]