Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PortPixel authored Jul 1, 2016
1 parent 9d7a209 commit 8eb4bc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"port": 3000,
"foodMass": 10,
"fireFood": 20,
"limitSplit": 16,
"limitSplit": 32,
"defaultPlayerMass": 10,
"virus": {
"fill": "#33ff33",
Expand All @@ -17,13 +17,13 @@
"gameWidth": 5000,
"gameHeight": 5000,
"adminPass": "DEFAULT",
"gameMass": 20000,
"gameMass": 200000,
"maxFood": 1000,
"maxVirus": 50,
"slowBase": 4.5,
"logChat": 0,
"networkUpdateFactor": 40,
"maxHeartbeatInterval": 5000,
"maxHeartbeatInterval": 50000,
"foodUniformDisposition": true,
"virusUniformDisposition": false,
"newPlayerInitialPosition": "farthest",
Expand Down

0 comments on commit 8eb4bc3

Please sign in to comment.