-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.json
82 lines (82 loc) · 1.8 KB
/
settings.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://raw.githubusercontent.com/OpenBrickProtocolFoundation/oopetris/refs/heads/main/assets/schema/oopetris.config.schema.json",
"controls": {
"selected": null,
"inputs": [
{
"type": "keyboard",
"drop": "W",
"hold": "E",
"move_down": "S",
"move_left": "A",
"move_right": "D",
"rotate_left": "Left",
"rotate_right": "Right",
"menu": {
"pause": "Space",
"open_settings": "P"
}
},
{
"type": "joystick",
"identification": {
"guid": "00:00:10:32:4e:69:6e:74:65:6e:64:6f:20:33:44:00",
"name": "Nintendo 3DS"
},
"drop": "X",
"hold": "B",
"move_down": "DPAD_DOWN",
"move_left": "DPAD_LEFT",
"move_right": "DPAD_RIGHT",
"rotate_left": "L",
"rotate_right": "R",
"menu": {
"pause": "START",
"open_settings": "SELECT"
}
},
{
"type": "joystick",
"identification": {
"guid": "00:00:38:f8:53:77:69:74:63:68:20:43:6f:6e:74:00",
"name": "Switch Controller"
},
"drop": "X",
"hold": "B",
"move_down": "LPAD_DOWN",
"move_left": "LPAD_LEFT",
"move_right": "LPAD_RIGHT",
"rotate_left": "DPAD_LEFT",
"rotate_right": "DPAD_RIGHT",
"menu": {
"pause": "MINUS",
"open_settings": "PLUS"
}
},
{
"type": "touch",
"move_x_threshold": 0.07,
"move_y_threshold": 0.37,
"rotation_duration_threshold": 500,
"drop_duration_threshold": 200
},
{
"type": "controller",
"drop": "A",
"hold": "B",
"move_down": "DPDown",
"move_left": "DPLeft",
"move_right": "DPRight",
"rotate_left": "LeftShoulder",
"rotate_right": "RightShoulder",
"menu": {
"pause": "Start",
"open_settings": "Guide"
}
}
]
},
"volume": 0.2,
"discord": false,
"api_url": "https://oopetris.totto.lt/api/"
}