Default tutorial to auto-progress
This commit is contained in:
@@ -19,7 +19,7 @@ namespace UI.Tutorial
|
|||||||
|
|
||||||
private StateMachine _stateMachine;
|
private StateMachine _stateMachine;
|
||||||
public bool playTutorial;
|
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
|
// gating for input until current state's animation finishes first loop
|
||||||
[SerializeField] private GameObject tapPrompt;
|
[SerializeField] private GameObject tapPrompt;
|
||||||
|
|||||||
Reference in New Issue
Block a user