From 4f18cdaa65049b3d8078bb1a568f3ce7d488ba28 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 14 Apr 2024 21:02:08 +0200 Subject: [PATCH] Configure `CursorMagnet` layer and mask --- scenes/game/cursor_magnet.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scenes/game/cursor_magnet.tscn b/scenes/game/cursor_magnet.tscn index c262ae5..05866a1 100644 --- a/scenes/game/cursor_magnet.tscn +++ b/scenes/game/cursor_magnet.tscn @@ -7,6 +7,8 @@ radius = 16.0 [node name="CursorMagnet" type="Area2D"] +collision_layer = 64 +collision_mask = 8 script = ExtResource("1_xk040") [node name="Shape" type="CollisionShape2D" parent="."]