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.
2 parents 6ea45f7 + 9f3cd95 commit 3957b5fCopy full SHA for 3957b5f
addons/block_code/ui/blocks/block/block.gd
@@ -32,6 +32,9 @@ signal modified
32
## The resource containing the block properties and the snapped blocks
33
@export var resource: SerializedBlockTreeNode
34
35
+# FIXME: Add export to this variable and remove bottom_snap_path above.
36
+# There is a bug in Godot 4.2 that prevents using SnapPoint directly:
37
+# https://github.com/godotengine/godot/issues/82670
38
var bottom_snap: SnapPoint
39
40
0 commit comments