mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-03 10:09:19 +03:00
Gave a tooltip to the "In" logic node
This commit is contained in:
@@ -532,6 +532,7 @@ String VisualScriptOperator::get_text() const {
|
||||
L"A or B", //OP_OR,
|
||||
L"A xor B", //OP_XOR,
|
||||
L"not A", //OP_NOT,
|
||||
L"A in B", //OP_IN,
|
||||
|
||||
};
|
||||
return op_names[op];
|
||||
|
||||
Reference in New Issue
Block a user