1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

Remove legacy CursorMagnet scene

This commit is contained in:
Steffo 2024-04-19 18:25:48 +02:00
parent 0fa269cde5
commit 240314ca8e
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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"]