-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsettings.json
49 lines (49 loc) · 974 Bytes
/
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
{
"appSettings": {
"stage": {
"clearColor": "0x00000000",
"useImageWorker": true,
"w": 1280,
"h": 720,
"precision": 0.6666667
},
"keys": {
"8": "Last",
"13": "Enter",
"27": "Exit",
"33": "PageUp",
"34": "PageDown",
"37": "Left",
"38": "Up",
"39": "Right",
"40": "Down",
"68": "Debug",
"71": "Guide",
"72": "Hint",
"73": "Info",
"76": "Last",
"77": "Menu",
"78": "Next",
"80": "Prev",
"84": "TextBanner",
"86": "VoiceGuidance",
"179": "PlayPause",
"83": "Star",
"227": "Rewind",
"228": "FastForward",
"219": "Rewind",
"221": "FastForward",
"403": "ColorA",
"404": "ColorB",
"405": "ColorC",
"406": "ColorD"
},
"debug": true
},
"platformSettings": {
"path": "./static",
"log": false,
"showVersion": false,
"inspector": true
}
}