Files
Fishing2/FGUIProject/settings/Adaptation.json
2025-05-29 18:03:24 +08:00

54 lines
1007 B
JSON

{
"scaleMode": "ScaleWithScreenSize",
"screenMathMode": "MatchWidthOrHeight",
"designResolutionX": 1920,
"designResolutionY": 1080,
"devices": [
{
"name": "PC",
"resolutionX": 1920,
"resolutionY": 1080
},
{
"name": "1920x1200",
"resolutionX": 1920,
"resolutionY": 1200
},
{
"name": "1680x1050",
"resolutionX": 1680,
"resolutionY": 1050
},
{
"name": "1600x900",
"resolutionX": 1600,
"resolutionY": 900
},
{
"name": "1600x1200",
"resolutionX": 1600,
"resolutionY": 1200
},
{
"name": "1366x768",
"resolutionX": 1366,
"resolutionY": 768
},
{
"name": "1280x800",
"resolutionX": 1280,
"resolutionY": 800
},
{
"name": "1280x720",
"resolutionX": 1280,
"resolutionY": 720
},
{
"name": "1024x768",
"resolutionX": 1024,
"resolutionY": 768
}
],
"fileName": "Adaptation"
}