修正曾经语音和音效未区分时欢迎音效和欢迎语音文件名不同导致分开后看起来很奇怪

This commit is contained in:
MrZ626
2021-09-20 19:35:11 +08:00
parent 47c509c0a7
commit 493fcb2f05
10 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ VOC.init{
'perfect_clear','half_clear', 'perfect_clear','half_clear',
'win','lose','bye', 'win','lose','bye',
'test','happy','doubt', 'test','happy','doubt',
'welcome_voc', 'welcome',
} }
--Initialize language lib --Initialize language lib

View File

@@ -126,8 +126,8 @@ local loadingThread=coroutine.wrap(function()
NET.wsconn_app() NET.wsconn_app()
SFX.play('enter',.8) SFX.play('enter',.8)
SFX.play('welcome_sfx') SFX.play('welcome')
VOC.play('welcome_voc') VOC.play('welcome')
THEME.fresh() THEME.fresh()
LOADED=true LOADED=true
return'finish' return'finish'