feat: some shit
This commit is contained in:
17
nodes/add/src/node.json
Normal file
17
nodes/add/src/node.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"inputs": {
|
||||
"left": {
|
||||
"type": "integer",
|
||||
"default": 50,
|
||||
"min": 0,
|
||||
"max": 255
|
||||
},
|
||||
"right": {
|
||||
"type": "integer",
|
||||
"default": 50,
|
||||
"min": 0,
|
||||
"max": 255
|
||||
}
|
||||
},
|
||||
"outputs": ["integer"]
|
||||
}
|
||||
Reference in New Issue
Block a user