pixelbattle/settings.json

9 lines
167 B
JSON
Raw Normal View History

{
"httpPort": 8080,
"boardWidth": 1920,
2023-08-01 09:25:16 +03:00
"boardHeight": 1080,
2023-08-02 19:47:27 +03:00
"serverAddress": "127.0.0.1",
"saveFile": "./board.png",
2023-08-02 07:17:23 +03:00
"timeBetweenPixels": 5
2023-08-02 19:47:27 +03:00
}