mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 15:25:11 +01:00
37 lines
No EOL
580 B
JSON
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"
|
|
} |