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

42 lines
580 B
Plaintext

local Enviroment_26={
lighting={
ambientMode=0,
ambientLight={
0.389165222644806,
0.847847759723663,
0.867647051811218,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0,
1,
1,
0
},
fogMode=1,
fogStartDistance=28,
fogEndDistance=60
},
flare={
flareFadeSpeed=0,
flareStrength=0
},
skybox={
type=0,
skyTint={
0.238321796059608,
0.558823525905609,
0.505775034427643,
1
}
}
}
return Enviroment_26