-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
defaultSettings.json
52 lines (52 loc) · 1013 Bytes
/
defaultSettings.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
{
"check": true,
"autoClose": true,
"hideMasterRegister": false,
"client": {
"width": 1000,
"height": 723
},
"game": {
"width": 1016,
"height": 700
},
"shop": {
"width": 1020,
"height": 590
},
"board": {
"width": 1000,
"height": 723
},
"config": {
"width": 1000,
"height": 723
},
"api": {
"width": 1016,
"height": 700
},
"Settings": {
"HardwareAcceleration": true,
"NoSandbox": false,
"PreventCloseGame": false,
"PreventCloseSessionWindow": false,
"DefaultDev": false,
"Packet": false,
"PacketTimeout": 15000
},
"DarkDev": {
"CustomLoad": {
"enable": false,
"list": {}
},
"CustomJs": {
"enable": false,
"list": {}
},
"CustomCss": {
"enable": false,
"list": {}
}
}
}