ft: predator mostly done

This commit is contained in:
2026-02-06 12:43:37 +01:00
parent 5f9a2fffb9
commit 8ee70854ea
16 changed files with 271 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ func enter(previous_state_path: String, data := {}) -> void:
threat = data["threat"]
else:
# default behaviour; do nothing
threat = owner
finished.emit(owner.fsm.States.IDLE, {})
func physics_update(_delta: float) -> void:
if owner.position.distance_to(threat.position) > threshold or threat == owner: