add loop option and weather overrides

This commit is contained in:
Rev 2021-05-30 14:53:51 +09:00
parent f7ff5dadd3
commit ebdf90a761

View File

@ -1,15 +1,13 @@
{
"weatherTypes": ["sunny", "cloudy", "stormy", "custom"],
"weatherTypes": [
"sunny",
"cloudy",
"stormy",
"custom"
],
"loop": true,
"weather": "sunny",
"customSettings": {
"cloud": 0,
"wind_speed": 0,
"wind_direction": 0,
"wind_gustiness": 0.010,
"rain": 1,
"rain_intensity": 0.1,
"fog": 0.001,
"temp": 0,
"pressure": 760
"overrides": {
"fog": 0.02
}
}