mod-sounds/groups/scifi.lua
Jordan Irwin 70177a53d3 Add iSoundGroup object meant for use with sounds prefixed with...
..."sounds_" only. Sets "prepend" field to "true" by default.
2021-08-22 10:22:43 -07:00

19 lines
300 B
Lua

--- Pre-defined Sci-Fi Sound Groups
--
-- @topic scifi_groups
--- @sndgroup sounds.explosion_scifi
-- @snd explosion_scifi
sounds.explosion_scifi = iSoundGroup({
"explosion_scifi",
})
--- @sndgroup sounds.plasma_shot
-- @snd plasma_shot
sounds.plasma_shot = iSoundGroup({
"plasma_shot",
})