Files
XRLib/Assets/StreamingAssets/AppConfig.json
2025-09-23 20:40:31 +09:00

25 lines
454 B
JSON

{
"language": "ko",
"targetFrameRate": 60,
"window": {
"fullScreenResolution": {
"x": 1920,
"y": 1080
},
"size": {
"x": 1920,
"y": 1080
},
"alwaysTop": false,
"showBorder": true,
"initWindowState": "FullScreen",
"hAlign": "Center",
"vAlign": "Center",
"title": "Octopus"
},
"api": "http://localhost:8888",
"mqtt": {
"host": "mqtt-input.flexing.ai",
"port": 3000
}
}