修正曾经语音和音效未区分时欢迎音效和欢迎语音文件名不同导致分开后看起来很奇怪
This commit is contained in:
2
main.lua
2
main.lua
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user