29 lines
401 B
Plaintext
29 lines
401 B
Plaintext
local Enviroment_43={
|
|
lighting={
|
|
ambientMode=0,
|
|
ambientLight={
|
|
1,
|
|
1,
|
|
1,
|
|
1
|
|
},
|
|
ambientIntensity=1,
|
|
defaultReflectionMode=0,
|
|
defaultReflectionResolution=0,
|
|
reflectionBounces=1,
|
|
reflectionIntensity=0
|
|
},
|
|
fog={
|
|
fog=true,
|
|
fogColor={
|
|
0,
|
|
0.34901961684227,
|
|
0.729411780834198,
|
|
1
|
|
},
|
|
fogMode=1,
|
|
fogStartDistance=30,
|
|
fogEndDistance=40
|
|
}
|
|
}
|
|
return Enviroment_43 |