|
|
@ -31,11 +31,6 @@ namespace Fungus |
|
|
|
{ |
|
|
|
{ |
|
|
|
Clear(); |
|
|
|
Clear(); |
|
|
|
|
|
|
|
|
|
|
|
if (storyText != null) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
storyText.text = text; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Action onWritingComplete = delegate { |
|
|
|
Action onWritingComplete = delegate { |
|
|
|
ShowContinueImage(true); |
|
|
|
ShowContinueImage(true); |
|
|
|
StartCoroutine(WaitForInput(delegate { |
|
|
|
StartCoroutine(WaitForInput(delegate { |
|
|
|