调整要加载的语音列表

微调音乐室ui
This commit is contained in:
MrZ626
2021-09-26 18:58:21 +08:00
parent 2e9f1c18e5
commit 03689c6a0b
2 changed files with 7 additions and 7 deletions

View File

@@ -241,8 +241,8 @@ BGM.init((function()
return L return L
end)()) end)())
VOC.init{ VOC.init{
'zspin','sspin','jspin','lspin','tspin','ospin','ispin','pspin','qspin','fspin','espin','uspin','vspin','wspin','xspin','rspin','yspin','nspin','hspin', 'zspin','sspin','jspin','lspin','tspin','ospin','ispin','pspin','qspin','fspin','espin','uspin','vspin','wspin','xspin','rspin','yspin','nspin','hspin','cspin',
'single','double','triple','techrash', 'single','double','triple','techrash','pentacrash','hexacrash',
'mini','b2b','b3b', 'mini','b2b','b3b',
'perfect_clear','half_clear', 'perfect_clear','half_clear',
'win','lose','bye', 'win','lose','bye',

View File

@@ -69,15 +69,15 @@ function scene.draw()
--Scroller --Scroller
gc.setLineWidth(2) gc.setLineWidth(2)
gc.line(316,307,316,482) gc.line(315,307,315,482)
setFont(50) setFont(50)
gc_print(bgmList[selected],320,355) gc_print(bgmList[selected],320,355)
setFont(35) setFont(35)
if selected>1 then gc_print(bgmList[selected-1],320,350-30)end if selected>1 then gc_print(bgmList[selected-1],322,350-30)end
if selected<#bgmList then gc_print(bgmList[selected+1],320,350+65)end if selected<#bgmList then gc_print(bgmList[selected+1],322,350+65)end
setFont(20) setFont(20)
if selected>2 then gc_print(bgmList[selected-2],320,350-50)end if selected>2 then gc_print(bgmList[selected-2],322,350-50)end
if selected<#bgmList-1 then gc_print(bgmList[selected+2],320,350+110)end if selected<#bgmList-1 then gc_print(bgmList[selected+2],322,350+110)end
--Music player --Music player
gc.draw(TEXTURE.title,840,220,nil,.5,nil,580,118) gc.draw(TEXTURE.title,840,220,nil,.5,nil,580,118)