mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Load config using JSON
This commit is contained in:
20
assets/config.json
Normal file
20
assets/config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user