Files
SporeBG-Conid/assets/config.json

26 lines
405 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",
"port": 12345,
"max_players": 2
}
}