forked from owenashurst/agar.io-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
43 lines (43 loc) · 951 Bytes
/
config.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
{
"host": "0.0.0.0",
"port": 3000,
"logpath": "logger.php",
"foodMass": 1,
"fireFood": 20,
"limitSplit": 16,
"defaultPlayerMass": 10,
"virus": {
"fill": "#33ff33",
"stroke": "#19D119",
"strokeWidth": 20,
"defaultMass": {
"from": 100,
"to": 150
},
"splitMass": 180
},
"gameWidth": 5000,
"gameHeight": 5000,
"adminPass": "DEFAULT",
"gameMass": 20000,
"maxFood": 1000,
"maxVirus": 50,
"slowBase": 4.5,
"logChat": 0,
"networkUpdateFactor": 40,
"maxHeartbeatInterval": 5000,
"foodUniformDisposition": true,
"virusUniformDisposition": false,
"newPlayerInitialPosition": "farthest",
"massLossRate": 1,
"minMassLoss": 50,
"mergeTimer": 15,
"sqlinfo":{
"connectionLimit": 100,
"host": "DEFAULT",
"user": "root",
"password": "DEFAULT",
"database": "DEFAULT",
"debug": false
}
}