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 de5d2be commit 6460019Copy full SHA for 6460019
Projects/scene-tree/Scripts/petal_manager.gd
@@ -18,4 +18,4 @@ func _ready() -> void:
18
19
# Groups (tree-wide tagging)
20
petal.add_to_group("petals")
21
- get_tree().get_nodes_in_group("enemies")
+ get_tree().get_nodes_in_group("petals")
0 commit comments