v1.0.0 all versions

Json Shapez by WaffleDevs

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.

si transparent

Sample shape:

[
    [
        {
            "subShape": "rect",
            "color": "uncolored"
        },
        {
            "subShape": "circle",
            "color": "white"
        },
        null,
        {
            "subShape": "circle",
            "color": "white"
        }
    ],
    [
        null,
        null,
        {
            "subShape": "rect",
            "color": "uncolored"
        },
        null
    ]
]