Files
Fishing2/FGUIProject/settings/Adaptation.json
2025-05-28 20:14:34 +08:00

29 lines
531 B
JSON

{
"scaleMode": "ScaleWithScreenSize",
"screenMathMode": "MatchWidthOrHeight",
"designResolutionX": 1920,
"designResolutionY": 1080,
"devices": [
{
"name": "PC",
"resolutionX": 1920,
"resolutionY": 1080
},
{
"name": "900",
"resolutionX": 1600,
"resolutionY": 900
},
{
"name": "768",
"resolutionX": 1366,
"resolutionY": 768
},
{
"name": "720",
"resolutionX": 1280,
"resolutionY": 720
}
],
"fileName": "Adaptation"
}