Outlines added to quarry

This commit is contained in:
2025-12-12 14:36:39 +01:00
parent b9cf96367a
commit 8ce4627e97
30 changed files with 2290 additions and 4376 deletions

View File

@@ -20,6 +20,15 @@ namespace StateMachines.Quarry.AnneLise
{
dialogueCanvas?.SetActive(false);
_anneLiseBushStateMachine.ChangeState("TakePhoto");
foreach (GlowOutline outline in GetComponentsInChildren<GlowOutline>())
{
if (outline != null)
{
outline.gameObject.SetActive(false);
}
}
}
}
}