IndieGame/client/Assets/StreamingAssets/Config/Input/InputConfig.json

86 lines
1.4 KiB
JSON

{
"Keyboard": [
{
"KeyCode": 119,
"KeyType": 0,
"KeyDescription": "上",
"EventList": [
0
],
"SortIndex": 0
},
{
"KeyCode": 115,
"KeyType": 0,
"KeyDescription": "下",
"EventList": [
1
],
"SortIndex": 0
},
{
"KeyCode": 97,
"KeyType": 0,
"KeyDescription": "左",
"EventList": [
2
],
"SortIndex": 0
},
{
"KeyCode": 100,
"KeyType": 0,
"KeyDescription": "右",
"EventList": [
3
],
"SortIndex": 0
},
{
"KeyCode": 102,
"KeyType": 1,
"KeyDescription": "交互按键1",
"EventList": [
6
],
"SortIndex": 0
},
{
"KeyCode": 103,
"KeyType": 1,
"KeyDescription": "交互按键2",
"EventList": [
7
],
"SortIndex": 1
},
{
"KeyCode": 104,
"KeyType": 1,
"KeyDescription": "交互按键3",
"EventList": [
8
],
"SortIndex": 2
},
{
"KeyCode": 27,
"KeyType": 0,
"KeyDescription": "菜单/退出",
"EventList": [
4,
5
],
"SortIndex": 0
}
],
"Joystick": [
{
"KeyCode": 0,
"KeyType": 0,
"KeyDescription": null,
"EventList": [],
"SortIndex": 0
}
]
}