mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-09 22:06:09 +08:00
27 lines
436 B
JSON
27 lines
436 B
JSON
{
|
|
"window": {
|
|
"width": 1280,
|
|
"height": 720,
|
|
"fullscreen": false,
|
|
"vsync": true,
|
|
"title": "孢子棋"
|
|
},
|
|
|
|
"render": {
|
|
"logical_width": 640,
|
|
"logical_height": 360,
|
|
"scale_mode": "integer"
|
|
},
|
|
|
|
"ui": {
|
|
"font": "fonts/SourceHanSansSC-Regular.otf",
|
|
"font_size": 16
|
|
},
|
|
"network": {
|
|
"server_ip": "127.0.0.1",
|
|
"server_port": 12345,
|
|
"host_port": 12345,
|
|
"max_players": 2
|
|
}
|
|
}
|