diff --git a/changelog.txt b/changelog.txt index 757aba5..1436af1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -16,6 +16,7 @@ next - explosion_scifi - fireworks - fireworks_pop + - fuse_short - helicopter - melee_hit - plasma_shot diff --git a/groups/main.lua b/groups/main.lua index cef6acb..5423be9 100644 --- a/groups/main.lua +++ b/groups/main.lua @@ -317,8 +317,10 @@ sounds.fireworks_pop = iSoundGroup({ --- @sndgroup sounds.fuse -- @snd fuse +-- @snd fuse_short sounds.fuse = iSoundGroup({ "fuse", + "fuse_short", }) diff --git a/sounds/sounds_fuse_short.ogg b/sounds/sounds_fuse_short.ogg new file mode 100644 index 0000000..1736d80 Binary files /dev/null and b/sounds/sounds_fuse_short.ogg differ diff --git a/sounds_src/sounds_fuse_short.flac b/sounds_src/sounds_fuse_short.flac new file mode 100644 index 0000000..f8ea801 Binary files /dev/null and b/sounds_src/sounds_fuse_short.flac differ diff --git a/sources.md b/sources.md index 62a7f1b..e8be47b 100644 --- a/sources.md +++ b/sources.md @@ -76,6 +76,7 @@ | [fireworks_02][] | Jonathan Shaw (InspectorJ) | CC BY 3.0 | | | [fireworks_pop][]* | Jonathan Shaw (InspectorJ) | CC BY 3.0 | | | [fuse][] | Ned Bouhalassa | CC0 | | +| [fuse_short][fuse] | Ned Bouhalassa | CC0 | | | [gallop_01][] | Alan McKinney (alanmcki) | CC BY 3.0 | | | [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | | | [giraffe_hum][] | [↓](#authors) | CC BY-SA 4.0 | |