2025-06-04 05:12:01 +08:00

42 lines
596 B
Plaintext

local Enviroment_24={
lighting={
ambientMode=0,
ambientLight={
1,
0.459234446287155,
0.946870863437653,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0.970385372638702,
0.463235318660736,
1,
0
},
fogMode=1,
fogStartDistance=26,
fogEndDistance=50
},
flare={
flareFadeSpeed=0,
flareStrength=0
},
skybox={
type=0,
skyTint={
0.457224637269974,
0.228373676538467,
0.470588207244873,
1
}
}
}
return Enviroment_24