diff --git a/setup.cfg b/setup.cfg index 36a1727..27ea109 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,7 @@ where = src [options.data_files] share/blunderboard/sounds/blunder = sounds/blunder/tts_what_a_blunder.mp3 + sounds/blunder/ZONK.mp3 share/blunderboard/sounds/illegal = sounds/illegal/alarm.mp3 @@ -66,4 +67,4 @@ extend_ignore = E203 check_untyped_defs = True ignore_missing_imports = True install_types = True -non_interactive = True \ No newline at end of file +non_interactive = True diff --git a/sounds/blunder/ZONK.mp3 b/sounds/blunder/ZONK.mp3 new file mode 100644 index 0000000..ed0e554 Binary files /dev/null and b/sounds/blunder/ZONK.mp3 differ