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"]