From 549dc2a1b3ebba3c659fdc49746ee3aa5224080d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 20 Apr 2024 02:16:39 +0200 Subject: [PATCH] Add `Cursor` to the `cursor` group --- scenes/game/cursor.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/game/cursor.tscn b/scenes/game/cursor.tscn index d2feb08..664d3fb 100644 --- a/scenes/game/cursor.tscn +++ b/scenes/game/cursor.tscn @@ -5,7 +5,7 @@ [sub_resource type="CircleShape2D" id="CircleShape2D_j2mj5"] radius = 4.0 -[node name="Cursor" type="CharacterBody2D"] +[node name="Cursor" type="CharacterBody2D" groups=["cursor"]] collision_layer = 64 collision_mask = 0 motion_mode = 1