migration
This commit is contained in:
@@ -32,6 +32,7 @@ public class TutorialManagerMainMenu : MonoBehaviour
|
||||
[Header("Screen 6")]
|
||||
public GameObject screen6;
|
||||
public Button btnNext6;
|
||||
public CardCarousel gameModeCarousel;
|
||||
|
||||
[Header("Screen 7")]
|
||||
public GameObject screen7;
|
||||
@@ -85,6 +86,8 @@ public class TutorialManagerMainMenu : MonoBehaviour
|
||||
void OnNext6(){
|
||||
screen6.SetActive(false);
|
||||
screen7.SetActive(true);
|
||||
|
||||
gameModeCarousel.SetSelectedIndex(1);
|
||||
|
||||
curScreen = 7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user