mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 15:25:11 +01:00
19 lines
No EOL
301 B
JSON
19 lines
No EOL
301 B
JSON
{
|
|
"tooltip":"Compare 2 numbers.",
|
|
"alias":[
|
|
"equal",
|
|
"not equal",
|
|
"greater",
|
|
"greater equal",
|
|
"lesser",
|
|
"lesser equal"
|
|
],
|
|
"spr":"s_node_compare",
|
|
"baseNode":"Node_Compare",
|
|
"io":[
|
|
"boolean",
|
|
"float"
|
|
],
|
|
"build":"Node_create_Compare",
|
|
"name":"Compare"
|
|
} |