diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-07 16:16:24 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-07 16:16:24 -0700 |
commit | 0da69259738a858b7115ed6ef3297bf96a5558bd (patch) | |
tree | d65cf47df256bb0e6ad31a697cffc3cfc69ae5a2 | |
parent | Sync monsters.json (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-0da69259738a858b7115ed6ef3297bf96a5558bd.tar.xz |
Sync menu.json
-rw-r--r-- | menu/menu.json | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/menu/menu.json b/menu/menu.json index c3d0d4a..a477ddf 100644 --- a/menu/menu.json +++ b/menu/menu.json @@ -1,14 +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" ] - } -] + { + "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 |