1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-25 09:34:24 +00:00

Change HoverDetector debug shape color to reddish

This commit is contained in:
Steffo 2024-04-14 03:45:01 +02:00
parent 50c783b47f
commit 260a39371c
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -10,6 +10,7 @@ script = ExtResource("1_51m5p")
[node name="Shape" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_ktsow")
debug_color = Color(0.8, 0.396078, 0.384314, 0.419608)
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]