70177a53d3
..."sounds_" only. Sets "prepend" field to "true" by default.
19 lines
300 B
Lua
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",
|
|
})
|