剧情+对话完善

This commit is contained in:
SoulliesOfficial
2026-07-21 15:24:42 -04:00
parent 8f230831e9
commit 810d019619
161 changed files with 7271 additions and 1893 deletions

View File

@@ -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
}
}
}
}
}