mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 23:35:12 +01:00
18 lines
275 B
JSON
18 lines
275 B
JSON
|
{
|
||
|
"tooltip":"Compare 2 numbers.",
|
||
|
"alias":[
|
||
|
"equal",
|
||
|
"not equal",
|
||
|
"greater",
|
||
|
"greater equal",
|
||
|
"lesser",
|
||
|
"lesser equal"
|
||
|
],
|
||
|
"baseNode":"Node_Compare",
|
||
|
"io":[
|
||
|
"boolean",
|
||
|
"float"
|
||
|
],
|
||
|
"build":"Node_create_Compare",
|
||
|
"name":"Compare"
|
||
|
}
|