剧情+对话完善
This commit is contained in:
@@ -9,7 +9,6 @@ namespace Ichni.UI
|
||||
{
|
||||
public RectTransform chapterContainer;
|
||||
public HorizontalLayoutGroup containerLayoutGroup;
|
||||
public Button settingsButton;
|
||||
public GameObject chapterSelectionUIPrefab;
|
||||
|
||||
protected override void Awake()
|
||||
@@ -18,11 +17,6 @@ namespace Ichni.UI
|
||||
|
||||
fadeInStartAction = Initialize;
|
||||
|
||||
settingsButton.onClick.AddListener(() =>
|
||||
{
|
||||
FadeOut();
|
||||
MenuManager.instance.settingsUIPage.FadeIn();
|
||||
});
|
||||
}
|
||||
|
||||
private void Initialize()
|
||||
@@ -41,4 +35,4 @@ namespace Ichni.UI
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user