more AI work
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user