mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 04:52:48 +01:00
28 lines
532 B
INI
Executable File
28 lines
532 B
INI
Executable File
{
|
|
["useSimpleRenderer"] = true,
|
|
["shadingCascades"] = 8,
|
|
["shadingDistance"] = 500,
|
|
["shadingTransparencyMap"] = {
|
|
[1] = 0.2,
|
|
[2] = 0.4,
|
|
[3] = 0.6,
|
|
[4] = 0.8,
|
|
[5] = 1.0,
|
|
[6] = 1.0,
|
|
[7] = 1.0,
|
|
[8] = 0.8,
|
|
[9] = 0.8,
|
|
[10] = 0.70196078431373,
|
|
[11] = 0.6,
|
|
[12] = 0.50196078431373,
|
|
[13] = 0.4,
|
|
[14] = 0.30196078431373,
|
|
},
|
|
["raycastQuality"] = 6.4,
|
|
["screenResolution"] = {
|
|
["width"] = 160,
|
|
["height"] = 50
|
|
},
|
|
["drawDistance"] = 1000,
|
|
["tileWidth"] = 32
|
|
} |