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

42 lines
564 B
Plaintext

local Enviroment_20={
lighting={
ambientMode=0,
ambientLight={
0.977941155433655,
0.596831738948822,
0.596831738948822,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0.963235318660736,
0.458367109298706,
0,
0
},
fogMode=1,
fogStartDistance=20,
fogEndDistance=80
},
flare={
flareFadeSpeed=0,
flareStrength=0
},
skybox={
type=0,
skyTint={
0,
0,
0,
0
}
}
}
return Enviroment_20