aboutsummaryrefslogtreecommitdiff
path: root/menu/menu.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 16:20:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 16:20:17 -0700
commit9b5f0d73e7652b0f5558125be6044efaa7832df8 (patch)
tree20c20ce3f9234a7daa98abb64d398323e5f9b136 /menu/menu.json
parentAdd a7-m blaster (diff)
downloadcataclysm-dda-soundpack_jcsoundpack-9b5f0d73e7652b0f5558125be6044efaa7832df8.tar.xz
Clean up formatting
Diffstat (limited to 'menu/menu.json')
-rw-r--r--menu/menu.json30
1 files changed, 13 insertions, 17 deletions
diff --git a/menu/menu.json b/menu/menu.json
index 23c4586..a04797e 100644
--- a/menu/menu.json
+++ b/menu/menu.json
@@ -1,18 +1,14 @@
[
- {
- "type": "sound_effect",
- "id" : "menu_move",
- "volume" : 100,
- "files" : [
- "menu/menu_move.wav"
- ]
- },
- {
- "type": "sound_effect",
- "id" : "menu_error",
- "volume" : 100,
- "files" : [
- "menu/menu_error.wav"
- ]
- }
-] \ No newline at end of file
+ {
+ "type": "sound_effect",
+ "id": "menu_move",
+ "volume": 100,
+ "files": [ "menu/menu_move.wav" ]
+ },
+ {
+ "type": "sound_effect",
+ "id": "menu_error",
+ "volume": 100,
+ "files": [ "menu/menu_error.wav" ]
+ }
+]