Initial commit: Unity project setup

This commit is contained in:
2026-03-25 16:26:24 +01:00
parent ba777e3fe6
commit c2c08569d4
61 changed files with 6743 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
{
"version": 1,
"name": "Tangentbord",
"maps": [
{
"name": "MoveUp",
"id": "52b14811-b367-4f32-b6c8-696885a893eb",
"actions": [
{
"name": "New action",
"type": "Button",
"id": "fab289a9-ad4e-4bdc-97e5-b19aa8ffe793",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "2e70d29e-afe5-42b7-969b-abb44886b2e5",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "New action",
"isComposite": false,
"isPartOfComposite": false
}
]
},
{
"name": "MoveDown",
"id": "c4188819-ef54-4a24-964a-ae22a0f5305f",
"actions": [
{
"name": "New action",
"type": "Button",
"id": "5e3eec9b-2627-4cc5-87fb-4a2c0f109247",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "2f259070-4617-424b-a7d5-03021213f986",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": "",
"action": "New action",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}