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:
parent
aa38f02244
commit
d699ec9110
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue