히든제스처

This commit is contained in:
2026-07-23 13:08:43 +09:00
parent e1c43c9b3d
commit de5fe5b85a
109 changed files with 10034 additions and 135 deletions

View File

@@ -45,8 +45,8 @@ public class DialogNode : ScriptableObject
"비우면 히든 분기 없음 — 평소엔 존재하지 않는 것처럼 보인다")]
public DialogNode HiddenBranch;
[Tooltip("히든 분기를 여는 제스처 키 (DialogGestureZone의 Gesture Key와 일치). " +
"비우면 아무 제스처 존이나 발동 가능")]
[Tooltip("히든 분기를 여는 제스처 키 (아이템의 DialogGestureItem의 Gesture Key와 일치). " +
"예: kimchi, bouquet, slap. 비우면 아무 제스처 오브젝트나 발동 가능")]
public string HiddenGestureKey;
[Tooltip("히든 분기를 탔을 때 기록할 선택지 Code (선택지의 Code와 동일한 용도). " +