게임클리어 이벤트
This commit is contained in:
@@ -53,9 +53,9 @@ public void Show(CharacterData speaker, string text, float chestHeight, float fo
|
||||
_activeLateralOffset = lateralOffset;
|
||||
|
||||
if (_speakerName != null)
|
||||
_speakerName.text = speaker != null ? speaker.Name : string.Empty;
|
||||
_speakerName.text = speaker != null ? DialogVariables.Format(speaker.Name) : string.Empty;
|
||||
if (_dialogueText != null)
|
||||
_dialogueText.text = text;
|
||||
_dialogueText.text = DialogVariables.Format(text); // {key} 토큰 치환
|
||||
|
||||
if (_panel != null) _panel.SetActive(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user