Outlines added to quarry
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user