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

45 lines
634 B
Plaintext

local Enviroment_10={
lighting={
ambientMode=0,
ambientLight={
1,
1,
1,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0.0666089802980423,
0.110577486455441,
0.161764681339264,
0
},
fogMode=1,
fogStartDistance=20,
fogEndDistance=100
},
flare={
flareFadeSpeed=0,
flareStrength=0
},
skybox={
type=1,
cubemap="Enviroment/skysea/sky_izdun02",
cubemapRotation=319,
cubemapTint={
1,
1,
1,
1
},
exposure=0.730000019073486
}
}
return Enviroment_10