FMOD功能迁移
This commit is contained in:
@@ -28,7 +28,7 @@ namespace AibisDream.Framework
|
||||
|
||||
public void ShowLine(string line, Action onTextEnd)
|
||||
{
|
||||
_typewriter.ShowText("");
|
||||
_typewriter.TextAnimator.SetText("");
|
||||
gameObject.SetActive(true);
|
||||
var formattedLine = CommonUtil.SplitString(line, maxCharNum);
|
||||
_typewriter.ShowText(formattedLine);
|
||||
|
||||
Reference in New Issue
Block a user