pixelbattle/settings.json

9 lines
167 B
JSON

{
"httpPort": 8080,
"boardWidth": 1920,
"boardHeight": 1080,
"serverAddress": "127.0.0.1",
"saveFile": "./board.png",
"timeBetweenPixels": 5
}