added player and danger platfroms

This commit is contained in:
Mausham
2025-12-11 12:20:01 -08:00
parent 1014b82c22
commit 60e58082ac
42 changed files with 1070 additions and 2058 deletions

View File

@@ -0,0 +1,46 @@
{
"version": 1,
"name": "GameInput",
"maps": [
{
"name": "Player",
"id": "843e6a41-5f3f-41a7-babf-23aad7346cc5",
"actions": [
{
"name": "Drag",
"type": "PassThrough",
"id": "838180ae-e461-4653-a2e3-17ffb634a89d",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
}
],
"bindings": [
{
"name": "",
"id": "131b8ff7-9803-469f-bd97-edc6236ff88a",
"path": "<Touchscreen>/touch0/delta",
"interactions": "",
"processors": "",
"groups": "",
"action": "Drag",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "50de849f-4620-498a-b592-9dc32d7036c4",
"path": "<Mouse>/delta",
"interactions": "Press",
"processors": "",
"groups": "",
"action": "Drag",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}