1
This commit is contained in:
@@ -3,9 +3,9 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni.Menu
|
||||
namespace Ichni.UI
|
||||
{
|
||||
public class StartPage : MonoBehaviour
|
||||
public class StartUIPage : UIPageBase
|
||||
{
|
||||
public AudioContainer audioContainer;
|
||||
|
||||
@@ -17,6 +17,8 @@ namespace Ichni.Menu
|
||||
public void TouchToStart()
|
||||
{
|
||||
audioContainer.PlaySoundFX("TouchToStart");
|
||||
FadeOut();
|
||||
ChapterSelectionManager.instance.chapterSelectionUIPage.FadeIn();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user