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

Change Hunter debug area color to red

This commit is contained in:
Steffo 2024-04-14 00:05:39 +02:00
parent 8706a6ab1a
commit c3bdc1c653
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -12,6 +12,7 @@ script = ExtResource("1_3bmd5")
[node name="Shape" type="CollisionShape2D" parent="DetectionArea"]
shape = SubResource("CircleShape2D_kxb8e")
debug_color = Color(1, 0, 0, 0.419608)
[connection signal="body_entered" from="DetectionArea" to="." method="_on_detection_area_body_entered"]
[connection signal="body_exited" from="DetectionArea" to="." method="_on_detection_area_body_exited"]