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

29 lines
419 B
Plaintext

local Enviroment_44={
lighting={
ambientMode=0,
ambientLight={
1,
1,
1,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0.533333361148834,
0.847058832645416,
0.976470589637756,
1
},
fogMode=1,
fogStartDistance=30,
fogEndDistance=210
}
}
return Enviroment_44