diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-05 13:18:39 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-05 13:18:39 -0500 |
| commit | 0f7e3ced25ee1138980f4ddfcb37e45fbc54bead (patch) | |
| tree | 33f34ab33f1af5bb3413372030ef25642eedded1 /Assets/Input/PlayerControls.inputactions | |
| parent | df8769c71a03c4fc47945e39eed16d500f82ad71 (diff) | |
| download | Project-Sandbox-0f7e3ced25ee1138980f4ddfcb37e45fbc54bead.tar.gz Project-Sandbox-0f7e3ced25ee1138980f4ddfcb37e45fbc54bead.tar.bz2 Project-Sandbox-0f7e3ced25ee1138980f4ddfcb37e45fbc54bead.zip | |
Discord RPC; Removed jumping function for now
Diffstat (limited to 'Assets/Input/PlayerControls.inputactions')
| -rw-r--r-- | Assets/Input/PlayerControls.inputactions | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Assets/Input/PlayerControls.inputactions b/Assets/Input/PlayerControls.inputactions index e18714b..298c04e 100644 --- a/Assets/Input/PlayerControls.inputactions +++ b/Assets/Input/PlayerControls.inputactions @@ -30,7 +30,7 @@ "interactions": "" }, { - "name": "UnlockCursor", + "name": "Pause", "type": "Button", "id": "9245a8ae-c817-4f60-9b78-f639dd4a52f0", "expectedControlType": "Button", @@ -229,11 +229,11 @@ { "name": "", "id": "5fe61161-b433-47e3-b01b-f299068b92ae", - "path": "<Keyboard>/f1", + "path": "<Keyboard>/escape", "interactions": "", "processors": "", "groups": "Keyboard and Mouse", - "action": "UnlockCursor", + "action": "Pause", "isComposite": false, "isPartOfComposite": false } |
