PGRData/Resources/Client/Graphic/Distortion.json

30 lines
559 B
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"Level": 0,
"DisplayName": "Close",
"Enable": 0,
"DistortionType": 0,
"DownSample": 0
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Level": 1,
"DisplayName": "Standard",
"Enable": 1,
"DistortionType": 0,
"DownSample": 3
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Level": 2,
"DisplayName": "High",
"Enable": 1,
"DistortionType": 0,
"DownSample": 2
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Level": 3,
"DisplayName": "Full",
"Enable": 1,
"DistortionType": 0,
"DownSample": 1
2022-12-19 17:21:16 +00:00
}
]