Skip to content

Commit 6460019

Browse files
committed
Made group designation fit the project.
1 parent de5d2be commit 6460019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/scene-tree/Scripts/petal_manager.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ func _ready() -> void:
1818

1919
# Groups (tree-wide tagging)
2020
petal.add_to_group("petals")
21-
get_tree().get_nodes_in_group("enemies")
21+
get_tree().get_nodes_in_group("petals")

0 commit comments

Comments
 (0)