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

33 lines
385 B
Plaintext

local Enviroment_1={
lighting={
ambientMode=0,
ambientLight={
1,
1,
1,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=false
},
flare={
flareFadeSpeed=0,
flareStrength=0
},
skybox={
type=0,
skyTint={
0,
0,
0,
0
}
}
}
return Enviroment_1