aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-07 16:16:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-07 16:16:24 -0700
commit0da69259738a858b7115ed6ef3297bf96a5558bd (patch)
treed65cf47df256bb0e6ad31a697cffc3cfc69ae5a2
parentSync monsters.json (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-0da69259738a858b7115ed6ef3297bf96a5558bd.tar.xz
Sync menu.json
-rw-r--r--menu/menu.json30
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