Pixel-Composer/datafiles/data/Nodes/Internal/Generate/Node_Shape/info.json

37 lines
580 B
JSON
Raw Normal View History

2025-01-09 05:28:30 +01:00
{
"tooltip":"Draw simple shapes using signed distance field.",
"alias":[
"rectangle",
"square",
"diamond",
"trapezoid",
"parallelogram",
"half",
"circle",
"ellipse",
"arc",
"donut",
"crescent",
"ring",
"squircle",
"regular polygon",
"triangle",
"pentagon",
"hexagon",
"star",
"cross",
"line",
"arrow",
"teardrop",
"leaf",
"heart",
"gear"
],
2025-01-09 08:28:19 +01:00
"spr":"s_node_shape",
2025-01-09 05:28:30 +01:00
"baseNode":"Node_Shape",
"io":[
"surface"
],
"build":"Node_create_Shape",
"name":"Draw Shape"
}