mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 23:35:12 +01:00
17 lines
259 B
JSON
17 lines
259 B
JSON
|
{
|
||
|
"name":"Solid",
|
||
|
"author":"",
|
||
|
"license":"",
|
||
|
|
||
|
"iname":"shadertoy_solid",
|
||
|
"tooltip":"Generate solid color.",
|
||
|
"custom":true,
|
||
|
"alias":[],
|
||
|
"baseNode":"Node_Custom_Shader",
|
||
|
"io":[
|
||
|
"surface"
|
||
|
],
|
||
|
"params": {
|
||
|
"data": "node.json"
|
||
|
},
|
||
|
}
|