Merge branch 'develop' into 火山美术合入2.11
This commit is contained in:
@@ -141,7 +141,7 @@ namespace AibisDream.UI
|
||||
public void AddText(string text)
|
||||
{
|
||||
if (string.IsNullOrEmpty(text))
|
||||
return;
|
||||
text = " ";
|
||||
|
||||
// 如果使用Typewriter和TextAnimator,使用ShowText方法追加文本并播放动画
|
||||
if (typewriter != null && textAnimator != null)
|
||||
|
||||
Reference in New Issue
Block a user