2025-06-04 05:02:57 +08:00

42 lines
566 B
Plaintext

local Enviroment_36={
lighting={
ambientMode=0,
ambientLight={
1,
1,
1,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
1,
0.845588207244873,
0.957403540611267,
0
},
fogMode=1,
fogStartDistance=40,
fogEndDistance=150
},
flare={
flareFadeSpeed=0,
flareStrength=0
},
skybox={
type=0,
skyTint={
0.150429576635361,
0.0389273278415203,
0.220588207244873,
1
}
}
}
return Enviroment_36