diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 20:57:59 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-09 20:57:59 -0800 |
commit | 00f08684e80ba2abe80401fc7c42944313b98c5a (patch) | |
tree | 7224d34a4af1f068f080bbaa38ba9c53294f6eb2 /menu/menu.json | |
parent | Fix typo in f_grave_monument smash_fail path. (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-00f08684e80ba2abe80401fc7c42944313b98c5a.tar.xz |
Clean up formatting on many json files.
Also move unused mods to a subfolder.
Diffstat (limited to 'menu/menu.json')
-rw-r--r-- | menu/menu.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/menu/menu.json b/menu/menu.json index a477ddf..177b63b 100644 --- a/menu/menu.json +++ b/menu/menu.json @@ -1,18 +1,18 @@ [ - { - "type": "sound_effect", - "id" : "menu_move", - "volume" : 100, - "files" : [ - "menu/menu_move.ogg" - ] - }, - { - "type": "sound_effect", - "id" : "menu_error", - "volume" : 100, - "files" : [ - "menu/menu_error.ogg" - ] - } -]
\ No newline at end of file + { + "type": "sound_effect", + "id": "menu_move", + "volume": 100, + "files": [ + "menu/menu_move.ogg" + ] + }, + { + "type": "sound_effect", + "id": "menu_error", + "volume": 100, + "files": [ + "menu/menu_error.ogg" + ] + } +] |