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:
parent
50c783b47f
commit
260a39371c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ script = ExtResource("1_51m5p")
|
||||||
|
|
||||||
[node name="Shape" type="CollisionShape2D" parent="."]
|
[node name="Shape" type="CollisionShape2D" parent="."]
|
||||||
shape = SubResource("CircleShape2D_ktsow")
|
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_entered" from="." to="." method="_on_mouse_entered"]
|
||||||
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|
||||||
|
|
Loading…
Reference in a new issue