feat: player can jump with adjustable gravity

This commit is contained in:
2026-02-24 11:02:55 +01:00
parent fe7550d9e2
commit 667ff8acce
485 changed files with 213094 additions and 3219 deletions

View File

@@ -32,6 +32,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Jump",
"type": "Button",
"id": "57b8c346-a3cf-4ff7-b88e-40c941b1ee1f",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -254,6 +263,28 @@
"action": "Fire",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "6980ad91-eccc-46ff-9c2c-839e46fad8d4",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": "",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "27e601ac-68ca-432e-bea3-d1d836f837a2",
"path": "<Gamepad>/buttonSouth",
"interactions": "",
"processors": "",
"groups": "",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
}
]
},