more AI work

This commit is contained in:
derek
2025-04-24 17:03:01 -05:00
parent 9be895e89f
commit 546f9a895e
14 changed files with 152 additions and 45 deletions

View File

@@ -34,6 +34,7 @@ func _physics_process(delta: float) -> void:
collision_ray_length_adj()
func damage(body):
print("BODY HIT : ",body)
if body != null and !body.is_in_group("player"):
if collision_raycast_3d != null: