mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
20 lines
320 B
JSON
20 lines
320 B
JSON
{
|
|
"name": "Grid Frame",
|
|
"active": true,
|
|
"settings": {},
|
|
"tags": [
|
|
{ "name": "frame" },
|
|
{ "name": "grid" }
|
|
],
|
|
"nodes": [
|
|
{
|
|
"id": "grid_draw",
|
|
"name": "Draw Grid Frame",
|
|
"type": "render.grid.draw",
|
|
"typeVersion": 1,
|
|
"position": [0, 0]
|
|
}
|
|
],
|
|
"connections": {}
|
|
}
|