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

29 lines
436 B
Plaintext

local Enviroment_101={
lighting={
ambientMode=0,
ambientLight={
1,
1,
1,
1
},
ambientIntensity=1.10000002384186,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0.551470577716827,
0.340614169836044,
0.545653879642487,
0
},
fogMode=1,
fogStartDistance=40,
fogEndDistance=150
}
}
return Enviroment_101