Cursor Fix part1 ig?

This commit is contained in:
2025-07-01 22:18:04 +03:00
parent 3e489a21f4
commit a3044c01c6
2 changed files with 14 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
[ext_resource type="Texture2D" uid="uid://d0hckoql2xnbq" path="res://Textures/svg/Cursor.svg" id="2_r0du0"]
[sub_resource type="CircleShape2D" id="CircleShape2D_v75j3"]
radius = 28.0713
radius = 19.0263
[node name="Cursor" type="Area2D"]
script = ExtResource("1_uu6xs")
@@ -15,3 +15,8 @@ texture = ExtResource("2_r0du0")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_v75j3")
[node name="Line2D" type="Line2D" parent="."]
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
[connection signal="area_exited" from="." to="." method="_on_area_exited"]