Add sound fx to big drill as a test

This commit is contained in:
Andrew Cassidy 2019-06-21 14:50:51 -07:00
parent c41da0c88f
commit d35d97f264
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
4 changed files with 27 additions and 0 deletions

View File

@ -18,6 +18,9 @@
{
@deployAnimationName = Deploy
@activeAnimationName = Drill
deployEffectName = Deploy
activeEffectName = Active
retractEffectName = Retract
}
EFFECTS
@ -41,6 +44,30 @@
speed = 1.0 1.0
}
}
Deploy {
AUDIO
{
channel = Ship
clip = ReStock/Sounds/drill-start
}
}
Active {
AUDIO
{
channel = Ship
clip = ReStock/Sounds/drill-loop
loop = true
volume = 0.0 0.0
volume = 1.0 1.0
}
}
Retract {
AUDIO
{
channel = Ship
clip = ReStock/Sounds/drill-end
}
}
}
}