|
|
@ -30,11 +30,6 @@ namespace Fungus |
|
|
|
public virtual void Say(string text, Action onComplete) |
|
|
|
public virtual void Say(string text, Action onComplete) |
|
|
|
{ |
|
|
|
{ |
|
|
|
Clear(); |
|
|
|
Clear(); |
|
|
|
|
|
|
|
|
|
|
|
if (storyText != null) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
storyText.text = text; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Action onWritingComplete = delegate { |
|
|
|
Action onWritingComplete = delegate { |
|
|
|
ShowContinueImage(true); |
|
|
|
ShowContinueImage(true); |
|
|
|