We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10851b2 commit 80a8fc2Copy full SHA for 80a8fc2
addons/block_code/types/types.gd
@@ -41,6 +41,7 @@ const cast_relationships = [
41
[TYPE_FLOAT, TYPE_STRING, "str(%s)"],
42
[TYPE_COLOR, TYPE_STRING, "str(%s)"],
43
[TYPE_VECTOR2, TYPE_STRING, "str(%s)"],
44
+ [TYPE_VECTOR2, TYPE_BOOL, "%s"],
45
]
46
47
# Directed graph, edges are CastGraphEdge
0 commit comments