mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fixed deprecated Actions in standard.json
This commit is contained in:
parent
5f85fa6256
commit
aced8af601
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@
|
|||
{ "from": "Standard.LT", "to": "Actions.LeftHandClick" },
|
||||
{ "from": "Standard.RT", "to": "Actions.RightHandClick" },
|
||||
|
||||
{ "from": "Standard.A", "to": "Actions.VERTICAL_UP" },
|
||||
{ "from": "Standard.B", "to": "Actions.VERTICAL_DOWN" },
|
||||
{ "from": "Standard.A", "to": "Actions.Up" },
|
||||
{ "from": "Standard.B", "to": "Actions.Down" },
|
||||
|
||||
{ "from": "Standard.LeftHand", "to": "Actions.LeftHand" },
|
||||
{ "from": "Standard.LeftHandThumb1", "to": "Actions.LeftHandThumb1"},
|
||||
|
|
Loading…
Reference in a new issue