Finished basic controls, worked on tile generation

This commit is contained in:
Finnchen123
2024-09-07 19:11:53 +02:00
parent 1a5cd50060
commit 3c0e8d1f89
13 changed files with 1060 additions and 312 deletions

View File

@@ -31,6 +31,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Jump",
"type": "Button",
"id": "90b30bd7-1fed-482e-890a-aa95581180cc",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -253,6 +262,28 @@
"action": "Fire",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "d17d9e03-920b-43ed-a90e-15670c194c4f",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": "Keyboard&Mouse",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "80896525-9471-4f16-afc1-7ae8a07aadaf",
"path": "<Gamepad>/buttonSouth",
"interactions": "",
"processors": "",
"groups": "Gamepad",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
}
]
},