From c3bdc1c6531ba0f8222b1c6136be3ccb92f41c13 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 14 Apr 2024 00:05:39 +0200 Subject: [PATCH] Change `Hunter` debug area color to red --- behaviours/hunter.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/behaviours/hunter.tscn b/behaviours/hunter.tscn index b1c8d43..1fe15b7 100644 --- a/behaviours/hunter.tscn +++ b/behaviours/hunter.tscn @@ -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"]