Audio for some of the machines

This commit is contained in:
Daniel Tyomin
2024-08-19 19:19:41 +02:00
parent 2aae4ce4a1
commit a6682a2b8b
19 changed files with 312 additions and 821 deletions

View File

@@ -33,7 +33,6 @@ public class StagingManager: MonoBehaviour
foreach (var stageProp in FindObjectsOfType<StageProp>(true))
{
Debug.Log(stageProp.ActiveAtStages.HasFlag(stage));
stageProp.gameObject.SetActive(stageProp.ActiveAtStages.HasFlag(stage));
}
}