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

42 lines
596 B
Plaintext

local Enviroment_32={
lighting={
ambientMode=0,
ambientLight={
0.214100360870361,
0.513572335243225,
0.661764740943909,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0,
0.0472109094262123,
0.139705896377563,
0
},
fogMode=1,
fogStartDistance=0,
fogEndDistance=20
},
flare={
flareFadeSpeed=0,
flareStrength=0
},
skybox={
type=0,
skyTint={
0,
0.257352948188782,
0.193458452820778,
1
}
}
}
return Enviroment_32