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

42 lines
578 B
Plaintext

local Enviroment_8={
lighting={
ambientMode=0,
ambientLight={
1,
1,
1,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0.182471886277199,
0.330882370471954,
0.269471138715744,
0
},
fogMode=1,
fogStartDistance=20,
fogEndDistance=50
},
flare={
flareFadeSpeed=0,
flareStrength=0
},
skybox={
type=0,
skyTint={
0.180392161011696,
0.329411774873734,
0.266666680574417,
0
}
}
}
return Enviroment_8