diff options
| author | SmallFox <2806143047@qq.com> | 2026-01-30 23:10:03 +0800 |
|---|---|---|
| committer | SmallFox <2806143047@qq.com> | 2026-01-30 23:10:03 +0800 |
| commit | 28fbde36e76429bfb2bf577d9e3da77db745ef3d (patch) | |
| tree | 03392014566a11be31f8bfe59b3a5416e7ce33a2 /Assets/MultiplayInput.inputactions | |
| parent | 87aacebb8431b402d6a18054a81c4542632008d7 (diff) | |
| parent | bdd0c3eee905c5dc6fcf22344f7fdbd4cc3e3a02 (diff) | |
Merge branch 'main' of catilgrass.cn:GameJamTemplate into dev_lys
Diffstat (limited to 'Assets/MultiplayInput.inputactions')
| -rw-r--r-- | Assets/MultiplayInput.inputactions | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/Assets/MultiplayInput.inputactions b/Assets/MultiplayInput.inputactions new file mode 100644 index 0000000..b3e169c --- /dev/null +++ b/Assets/MultiplayInput.inputactions @@ -0,0 +1,67 @@ +{ + "version": 1, + "name": "MultiplayInput", + "maps": [ + { + "name": "Player", + "id": "769d94de-829b-42fe-883f-3cc8e156d6c2", + "actions": [ + { + "name": "Movement", + "type": "Value", + "id": "7d9ad0c8-f488-4a9a-9a73-47f4e6155aaf", + "expectedControlType": "Vector2", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "Grabbing", + "type": "Button", + "id": "9ad831f2-7a5b-488c-9595-7bfe45bec0c2", + "expectedControlType": "", + "processors": "", + "interactions": "", + "initialStateCheck": false + } + ], + "bindings": [ + { + "name": "", + "id": "f9159894-82c1-4f13-a4e7-4439e7129827", + "path": "<Gamepad>/leftStick", + "interactions": "", + "processors": "", + "groups": ";General;XboxController", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "ba722a4c-12ce-40df-bb52-43672eec34fc", + "path": "<Gamepad>/buttonSouth", + "interactions": "", + "processors": "", + "groups": ";General;XboxController", + "action": "Grabbing", + "isComposite": false, + "isPartOfComposite": false + } + ] + } + ], + "controlSchemes": [ + { + "name": "General", + "bindingGroup": "General", + "devices": [ + { + "devicePath": "<Gamepad>", + "isOptional": false, + "isOR": false + } + ] + } + ] +}
\ No newline at end of file |
