Default tutorial to auto-progress

This commit is contained in:
Michal Pikulski
2025-10-27 14:56:59 +01:00
parent 3ea161c987
commit 7005b70a0d

View File

@@ -19,7 +19,7 @@ namespace UI.Tutorial
private StateMachine _stateMachine;
public bool playTutorial;
[SerializeField] private ProgressType progressType = ProgressType.Manual;
[SerializeField] private ProgressType progressType = ProgressType.Auto;
// gating for input until current state's animation finishes first loop
[SerializeField] private GameObject tapPrompt;