인물정보, 소지품 분리

This commit is contained in:
2026-07-31 11:51:50 +09:00
parent 23e93a67f8
commit 4dc22eb32b
36 changed files with 598 additions and 120 deletions

View File

@@ -29,8 +29,8 @@ private void Update()
_index++;
}
// Tab → 대화 선택 메뉴 표시
if (kb.tabKey.wasPressedThisFrame && DialogEnterHud.Instance != null)
// T → 대화 선택 메뉴 표시
if (kb.tKey.wasPressedThisFrame && DialogEnterHud.Instance != null)
_ = ShowMenu();
}