Pixel-Composer/datafiles/data/Nodes/Internal/Generate/Node_Shape/info.json
2025-01-09 14:28:19 +07:00

37 lines
No EOL
580 B
JSON

{
"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"
],
"spr":"s_node_shape",
"baseNode":"Node_Shape",
"io":[
"surface"
],
"build":"Node_create_Shape",
"name":"Draw Shape"
}