Portal64/assets/sound/vehicles/fast_windloop1.ins
Weston Salinas ff2101642d Adding Sound for Fast Falling
- added a new function in SoundPlayer that allows to adjust a playing activesound
- added new fast falling whoosh sound
- tuned whoosh sound to be right volume
2023-04-05 19:31:57 -05:00

15 lines
281 B
TeX

envelope Envelope {
attackTime = 0
attackVolume = 127
decayTime = -1
decayVolume = 127
releaseTime = 0
}
sound Sound {
use("../../../portal_pak_dir/sound/vehicles/fast_windloop1.wav")
loopCount = -1
loopEnd = -1
pan=64
envelope = Envelope
}