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

Set HoverDetector shape alpha to 0 because of funnies

This commit is contained in:
Steffo 2024-04-14 07:30:53 +02:00
parent aa38f02244
commit d699ec9110
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -11,7 +11,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)
debug_color = Color(0.8, 0.396078, 0.384314, 0)
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]