From 14a01125a885ee4dbd2de6c1f57bbcd12ca12110 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sat, 30 May 2026 17:05:13 +0800 Subject: 完成动画中翻滚的绑定 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/InputSystem/PlayerControls.inputactions | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Assets/Scripts/InputSystem/PlayerControls.inputactions') diff --git a/Assets/Scripts/InputSystem/PlayerControls.inputactions b/Assets/Scripts/InputSystem/PlayerControls.inputactions index e71a5c9..f3edee9 100644 --- a/Assets/Scripts/InputSystem/PlayerControls.inputactions +++ b/Assets/Scripts/InputSystem/PlayerControls.inputactions @@ -22,6 +22,15 @@ "processors": "", "interactions": "", "initialStateCheck": true + }, + { + "name": "Roll", + "type": "Button", + "id": "5e423815-95ec-43c1-9718-224f86c8f24e", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false } ], "bindings": [ @@ -101,6 +110,17 @@ "action": "Camera", "isComposite": false, "isPartOfComposite": false + }, + { + "name": "", + "id": "4690e573-c6d7-4c20-bbee-ba5d11ca8a18", + "path": "/space", + "interactions": "", + "processors": "", + "groups": "", + "action": "Roll", + "isComposite": false, + "isPartOfComposite": false } ] } -- cgit