Files
CosmicEngine/assets/configs/config.json
2026-02-13 19:15:05 +01:00

15 lines
348 B
JSON

{
"config": {
"video": {
"windowedHeight": 360,
"windowedWidth": 640,
"fullscreenHeight": 1080,
"fullscreenWidth": 1920,
"fullscreenSizeAuto": false,
"fullscreen": true,
"msaa": 16,
"vSync": 1,
"framerate": 60
}
}
}