|
|
@ -72,11 +72,12 @@ namespace Fungus |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Flowchart flowchart = GetFlowchart(); |
|
|
|
Flowchart flowchart = GetFlowchart(); |
|
|
|
sayDialog.SetCharacter(character, flowchart); |
|
|
|
|
|
|
|
sayDialog.SetCharacterImage(portrait); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sayDialog.gameObject.SetActive(true); |
|
|
|
sayDialog.gameObject.SetActive(true); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sayDialog.SetCharacter(character, flowchart); |
|
|
|
|
|
|
|
sayDialog.SetCharacterImage(portrait); |
|
|
|
|
|
|
|
|
|
|
|
string displayText = storyText; |
|
|
|
string displayText = storyText; |
|
|
|
|
|
|
|
|
|
|
|
foreach (CustomTag ct in CustomTag.activeCustomTags) |
|
|
|
foreach (CustomTag ct in CustomTag.activeCustomTags) |
|
|
|