调整进入联网游戏菜单的音效播放时机
This commit is contained in:
@@ -197,8 +197,8 @@ local loadingThread=coroutine.wrap(function()
|
||||
upFloor()
|
||||
end
|
||||
if progress==25 then
|
||||
SFX.play("emit",.6)
|
||||
SFX.play("enter",.8)
|
||||
SFX.play('emit',.6)
|
||||
SFX.play('enter',.8)
|
||||
SFX.play('welcome_sfx')
|
||||
VOC.play('welcome_voc')
|
||||
THEME.fresh()
|
||||
|
||||
Reference in New Issue
Block a user