Add unique identifier for test_phase3c_walk_recovery.gd

This commit is contained in:
2026-09-06 13:09:37 -04:00
parent 1f91f3d2e5
commit 80595a0273
53 changed files with 6806 additions and 471 deletions
+3
View File
@@ -254,6 +254,9 @@ func _spawn_rig() -> void:
push_warning("PhysicsTestHarness: failed to instantiate master_rig.tscn.")
return
rig.position = RIG_SPAWN_POSITION
# Manual recovery only ("Recover Now"): auto-recover is left off so the
# ragdoll stays down until the operator triggers it, matching sandbox PLAY.
rig.auto_recover = false
add_child(rig)
_rig = rig
rig.state_changed.connect(_on_rig_state_changed)