files arranged using assembly defn

This commit is contained in:
Mausham
2025-12-16 18:12:45 -08:00
parent 4f1a6365fe
commit 04b1e3127c
144 changed files with 1207 additions and 1425 deletions

View File

@@ -0,0 +1,66 @@
{
"version": 1,
"name": "GameInputAction",
"maps": [
{
"name": "Player",
"id": "3c2868e8-92bb-4d2a-9b08-6c4db3a1fe51",
"actions": [
{
"name": "Drag",
"type": "PassThrough",
"id": "9844a2ea-8548-4df0-ae07-e1e5a92728b6",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "MouseClicked",
"type": "Button",
"id": "c1fdc599-2f45-4585-9ed6-3d06657c5433",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "b85bb725-45d0-4b03-8340-5f00c69f263a",
"path": "<Touchscreen>/touch0/delta",
"interactions": "",
"processors": "",
"groups": "",
"action": "Drag",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "677064fe-e074-4971-9c7a-65a3f2adaee6",
"path": "<Mouse>/delta",
"interactions": "",
"processors": "",
"groups": "",
"action": "Drag",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "7f54b27a-9464-4e9d-8be4-71bfea8a8277",
"path": "<Mouse>/leftButton",
"interactions": "Hold",
"processors": "",
"groups": "",
"action": "MouseClicked",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}