Pixel-Composer/datafiles/data/Nodes/Internal/Values/Node_Logic/info.json

19 lines
302 B
JSON
Raw Normal View History

2025-01-09 05:28:30 +01:00
{
"tooltip":"Apply logic operation (and, or, not, etc.) to boolean(s).",
"alias":[
"and",
"or",
"not",
"nand",
"nor",
"xor"
],
2025-01-09 08:28:19 +01:00
"spr":"s_node_logic",
2025-01-09 05:28:30 +01:00
"baseNode":"Node_Logic",
"io":[
"boolean",
"float"
],
"build":"Node_create_Logic",
"name":"Logic Opr"
}