-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathovercooked.json
50 lines (50 loc) · 1.19 KB
/
overcooked.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"controllers": [
{
"axes": [
{
"threshold": 0.3,
"axis": "LeftStickX",
"high_key": "KeyD",
"low_key": "KeyA"
},
{
"threshold": 0.3,
"axis": "LeftStickY",
"high_key": "KeyW",
"low_key": "KeyS"
}
],
"buttons": [
{ "button": "East", "key": "KeyC" },
{ "button": "RightTrigger", "key": "KeyX" },
{ "button": "RightTrigger2", "key": "KeyV" },
{ "button": "Start", "key": "Escape" },
{ "button": "South", "key": "Space" }
]
},
{
"axes": [
{
"threshold": 0.3,
"axis": "LeftStickX",
"high_key": "RightArrow",
"low_key": "LeftArrow"
},
{
"threshold": 0.3,
"axis": "LeftStickY",
"high_key": "UpArrow",
"low_key": "DownArrow"
}
],
"buttons": [
{ "button": "East", "key": "KeyI" },
{ "button": "RightTrigger", "key": "KeyP" },
{ "button": "RightTrigger2", "key": "KeyO" },
{ "button": "Start", "key": "Escape" },
{ "button": "South", "key": "Space" }
]
}
]
}