diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-07 16:05:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-07 16:05:18 -0700 |
commit | af9c0cdd2866a8421b9f03100c05c5994bd3ddaa (patch) | |
tree | 4b3c3959c7332c00ce6a80b49ccba903375b18de /menu | |
parent | Update the danger theme sounds (diff) | |
download | cataclysm-dda-soundpack_jcsoundpack-af9c0cdd2866a8421b9f03100c05c5994bd3ddaa.tar.xz |
Sync vehicles.json
Replace all wav files with new ogg files.
Diffstat (limited to 'menu')
-rw-r--r-- | menu/menu.json | 4 | ||||
-rw-r--r-- | menu/menu_error.ogg | bin | 0 -> 6617 bytes | |||
-rw-r--r-- | menu/menu_error.wav | bin | 28676 -> 0 bytes | |||
-rw-r--r-- | menu/menu_move.ogg | bin | 0 -> 6574 bytes | |||
-rw-r--r-- | menu/menu_move.wav | bin | 14340 -> 0 bytes |
5 files changed, 2 insertions, 2 deletions
diff --git a/menu/menu.json b/menu/menu.json index a04797e..c3d0d4a 100644 --- a/menu/menu.json +++ b/menu/menu.json @@ -3,12 +3,12 @@ "type": "sound_effect", "id": "menu_move", "volume": 100, - "files": [ "menu/menu_move.wav" ] + "files": [ "menu/menu_move.ogg" ] }, { "type": "sound_effect", "id": "menu_error", "volume": 100, - "files": [ "menu/menu_error.wav" ] + "files": [ "menu/menu_error.ogg" ] } ] diff --git a/menu/menu_error.ogg b/menu/menu_error.ogg Binary files differnew file mode 100644 index 0000000..a4d7f6e --- /dev/null +++ b/menu/menu_error.ogg diff --git a/menu/menu_error.wav b/menu/menu_error.wav Binary files differdeleted file mode 100644 index d9f6802..0000000 --- a/menu/menu_error.wav +++ /dev/null diff --git a/menu/menu_move.ogg b/menu/menu_move.ogg Binary files differnew file mode 100644 index 0000000..47146c4 --- /dev/null +++ b/menu/menu_move.ogg diff --git a/menu/menu_move.wav b/menu/menu_move.wav Binary files differdeleted file mode 100644 index 6aed892..0000000 --- a/menu/menu_move.wav +++ /dev/null |