Add unique identifier for test_phase3c_walk_recovery.gd
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user