From 240314ca8e3660b3a7a6779155bb9a8c51ac7a4a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 19 Apr 2024 18:25:48 +0200 Subject: [PATCH] Remove legacy `CursorMagnet` scene --- scenes/game/cursor_magnet.tscn | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 scenes/game/cursor_magnet.tscn diff --git a/scenes/game/cursor_magnet.tscn b/scenes/game/cursor_magnet.tscn deleted file mode 100644 index 76093aa..0000000 --- a/scenes/game/cursor_magnet.tscn +++ /dev/null @@ -1,19 +0,0 @@ -[gd_scene load_steps=3 format=3 uid="uid://7j1b55t8tafg"] - -[ext_resource type="Script" path="res://scenes/game/cursor_magnet.gd" id="1_xk040"] - -[sub_resource type="CircleShape2D" id="CircleShape2D_6mkjn"] -radius = 16.0 - -[node name="CursorMagnet" type="Area2D"] -collision_layer = 64 -collision_mask = 8 -script = ExtResource("1_xk040") - -[node name="Shape" type="CollisionShape2D" parent="."] -scale = Vector2(0.5, 0.5) -shape = SubResource("CircleShape2D_6mkjn") -debug_color = Color(1, 1, 1, 0.67451) - -[connection signal="dragged" from="." to="." method="_on_dragged"] -[connection signal="dropped" from="." to="." method="_on_dropped"]