feat(Read): 将阅读修改为R键,并添加阅读提示

This commit is contained in:
2025-10-24 16:45:02 +08:00
parent 72921fe173
commit b873bd251f
6 changed files with 5404 additions and 5054 deletions

View File

@@ -56,7 +56,7 @@ namespace Script.Gameplay.Player
Debug.LogWarning("FirstPersonRaycaster not found! Please assign or add it to the player.");
var input = InputManager.Instance.Input;
input.Player.Interact.performed += ctx =>
input.Player.Read.performed += ctx =>
{
if (!isEnablePlayerDialogue) return;
if (CurrentDialogueTarget == null) return;