Pauser Added + Fixed Bug

TODO: Stop Animations when Paused
This commit is contained in:
2022-02-26 19:53:47 +03:00
parent 33f81e5a1c
commit caab797e6d
10 changed files with 297 additions and 3 deletions

View File

@@ -40,6 +40,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Pause",
"type": "Button",
"id": "b110facd-253d-41ce-9de7-b589dc48cfc6",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -185,6 +194,28 @@
"action": "Climb",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "6a01ec66-e7a4-426a-8ee4-977d456b200c",
"path": "<Gamepad>/start",
"interactions": "",
"processors": "",
"groups": "Controller",
"action": "Pause",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "279efb3d-768d-49fd-91f5-c74ebe08c880",
"path": "<Keyboard>/escape",
"interactions": "",
"processors": "",
"groups": "KeyBoard",
"action": "Pause",
"isComposite": false,
"isPartOfComposite": false
}
]
}