feat(Read): 将阅读修改为R键,并添加阅读提示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user