Menu基本完成
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Ichni.Story
|
||||
|
||||
public void SetDialog(string dialogName)
|
||||
{
|
||||
string chapter = StoryManager.instance.currentChapter;
|
||||
string chapter = ChapterSelectionManager.instance.currentChapter;
|
||||
TextAsset dialog = Resources.Load<TextAsset>("Story/" + chapter + "/Dialogs/" + dialogName);
|
||||
SetDialog(new List<TextAsset> { dialog });
|
||||
}
|
||||
|
||||
@@ -14,8 +14,7 @@ namespace Ichni.Story
|
||||
|
||||
[FormerlySerializedAs("storylineDisplay")] public Storyline storyline;
|
||||
public StoryUIPage storyUIPage;
|
||||
|
||||
public string currentChapter;
|
||||
|
||||
public Dictionary<string, StoryData> storyDatas;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user