mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add sound fx to big drill as a test
This commit is contained in:
parent
c41da0c88f
commit
d35d97f264
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
BIN
Distribution/Restock/GameData/ReStock/Sounds/drill-end.wav
Normal file
BIN
Distribution/Restock/GameData/ReStock/Sounds/drill-end.wav
Normal file
Binary file not shown.
BIN
Distribution/Restock/GameData/ReStock/Sounds/drill-loop.wav
Normal file
BIN
Distribution/Restock/GameData/ReStock/Sounds/drill-loop.wav
Normal file
Binary file not shown.
BIN
Distribution/Restock/GameData/ReStock/Sounds/drill-start.wav
Normal file
BIN
Distribution/Restock/GameData/ReStock/Sounds/drill-start.wav
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user