diff options
Diffstat (limited to 'environments.json')
-rw-r--r-- | environments.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/environments.json b/environments.json index a35cbf1..6ef01c8 100644 --- a/environments.json +++ b/environments.json @@ -89,10 +89,10 @@ }, { "type": "sound_effect", - "id" : "environment", - "variant" : "WEATHER_SNOWSTORM", - "volume" : 40, - "files" : [ + "id": "environment", + "variant": "WEATHER_SNOWSTORM", + "volume": 40, + "files": [ "env/ambience_and_weather/snowstorm.ogg" ] }, |