2024-04-14 01:43:58 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://cbg5kgwxusvxf"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://behaviours/hover_detector.gd" id="1_51m5p"]
|
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ktsow"]
|
|
|
|
radius = 8.0
|
|
|
|
|
|
|
|
[node name="HoverDetector" type="Area2D"]
|
2024-04-14 18:56:44 +00:00
|
|
|
collision_mask = 0
|
2024-04-14 01:50:39 +00:00
|
|
|
monitorable = false
|
2024-04-14 01:43:58 +00:00
|
|
|
script = ExtResource("1_51m5p")
|
|
|
|
|
|
|
|
[node name="Shape" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("CircleShape2D_ktsow")
|
2024-04-14 05:30:53 +00:00
|
|
|
debug_color = Color(0.8, 0.396078, 0.384314, 0)
|
2024-04-14 01:43:58 +00:00
|
|
|
|
|
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|