Files
XRLib/Assets/StreamingAssets/AppConfig.json
2025-07-24 18:28:09 +09:00

21 lines
378 B
JSON

{
"language": "ko",
"targetFrameRate": 60,
"fullScreenResolution": null,
"window": {
"fullScreenResolution": {
"x": 1920,
"y": 1080
},
"size": {
"x": 1920,
"y": 1080
},
"alwaysTop": false,
"showBorder": true,
"initWindowState": "FullScreen",
"hAlign": "Center",
"vAlign": "Center",
"title": "Octopus"
}
}