make expression node output typed as ANY

This commit is contained in:
Lera Elvoé 2023-12-08 14:36:19 +03:00
parent 68480bdbe2
commit 87a8848516
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ func _init():
) )
add_output_port( add_output_port(
DeckType.Types.STRING, DeckType.Types.ANY,
"Expression Text", "Expression Text",
"codeblock" "codeblock"
) )