战斗音效播放速度变化添加

dev_chengFeng
JieLing 2020-08-27 15:26:25 +08:00
parent 987ad6a325
commit 77d66170bf
1 changed files with 3 additions and 3 deletions

View File

@ -507,9 +507,9 @@ function SoundManager.SetAudioSpeed(speed)
-- for _, unit in ipairs(_backgroundSound) do -- for _, unit in ipairs(_backgroundSound) do
-- unit.audio.pitch = speed -- unit.audio.pitch = speed
-- end -- end
-- for _, unit in ipairs(_soundChannel) do for _, unit in ipairs(_soundChannel) do
-- unit.audio.pitch = speed unit.audio.pitch = speed
-- end end
-- for _, unit in ipairs(_AmbientChannel) do -- for _, unit in ipairs(_AmbientChannel) do
-- unit.audio.pitch = speed -- unit.audio.pitch = speed
-- end -- end