pixelbattle/settings.json

10 lines
193 B
JSON
Raw Normal View History

{
2023-08-05 13:03:33 +03:00
"listenPort": 8080,
"exposedPort": 443,
"boardWidth": 1920,
2023-08-01 09:25:16 +03:00
"boardHeight": 1080,
2023-08-03 14:40:46 +03:00
"serverAddress": "localhost",
2023-08-02 19:47:27 +03:00
"saveFile": "./board.png",
2023-08-03 14:40:46 +03:00
"timeBetweenPixels": 5
2023-08-02 19:47:27 +03:00
}