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