Add fireball sounds (CC0) by Julien Matthey...
- https://freesound.org/s/105016/ - https://freesound.org/s/346917/ - https://freesound.org/s/346916/
This commit is contained in:
parent
7a28714ac0
commit
12299e6b3f
@ -6,6 +6,7 @@ next
|
||||
- added setting "sounds.enable_tests"
|
||||
- added sounds testing formspec shown with "/sounds_tests" chat command
|
||||
- added sounds:
|
||||
- fireball
|
||||
- laser
|
||||
|
||||
|
||||
|
@ -5,6 +5,23 @@
|
||||
|
||||
|
||||
|
||||
--- Fireball
|
||||
--
|
||||
-- @section fireball
|
||||
|
||||
|
||||
--- @sndgroup sounds.fireball
|
||||
-- @snd fireball_01
|
||||
-- @snd fireball_02
|
||||
-- @snd fireball_03
|
||||
sounds.fireball = SoundGroup({
|
||||
"fireball_01",
|
||||
"fireball_02",
|
||||
"fireball_03",
|
||||
})
|
||||
|
||||
|
||||
|
||||
--- Laser
|
||||
--
|
||||
-- @section laser
|
||||
|
BIN
sounds/sounds_fireball_01.ogg
Normal file
BIN
sounds/sounds_fireball_01.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_fireball_02.ogg
Normal file
BIN
sounds/sounds_fireball_02.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_fireball_03.ogg
Normal file
BIN
sounds/sounds_fireball_03.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_fireball_01.flac
Normal file
BIN
sounds_src/sounds_fireball_01.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_fireball_02.flac
Normal file
BIN
sounds_src/sounds_fireball_02.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_fireball_03.flac
Normal file
BIN
sounds_src/sounds_fireball_03.flac
Normal file
Binary file not shown.
@ -54,6 +54,9 @@
|
||||
| [explosion][] | JuveriSetila | CC0 | |
|
||||
| [frog][] | kayceemixer | CC0 | |
|
||||
| [fire_crackle][] | 16FThumaF | CC0 | loopable |
|
||||
| [fireball_01][] | Julien Matthey | CC0 | |
|
||||
| [fireball_02][] | Julien Matthey | CC0 | |
|
||||
| [fireball_03][] | Julien Matthey | CC0 | |
|
||||
| [fuse][] | Ned Bouhalassa | CC0 | |
|
||||
| [gallop_01][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||
| [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||
@ -258,6 +261,9 @@
|
||||
[entity_hit]: https://freesound.org/s/241872/
|
||||
[explosion]: https://freesound.org/s/514133/
|
||||
[fire_crackle]: https://freesound.org/s/499032/
|
||||
[fireball_01]: https://freesound.org/s/105016/
|
||||
[fireball_02]: https://freesound.org/s/346917/
|
||||
[fireball_03]: https://freesound.org/s/346916/
|
||||
[frog]: https://freesound.org/s/251495/
|
||||
[fuse]: https://freesound.org/s/8320/
|
||||
[gallop_01]: https://freesound.org/s/403026/
|
||||
|
Loading…
x
Reference in New Issue
Block a user