SKIN模块升级,其他多媒体模块微调

This commit is contained in:
MrZ626
2020-12-10 15:29:48 +08:00
parent ddbe1d9c97
commit 681802d030
5 changed files with 140 additions and 124 deletions

View File

@@ -89,6 +89,7 @@ function BGM.init(list)
BGM.nowPlay,BGM.playing=nil
end
end
BGM.loadOne=coroutine.wrap(load)
function BGM.loadAll()load(true)end
end

View File

@@ -1,4 +1,6 @@
local IMG={}
local IMG={
getCount=function()return 0 end,
}
function IMG.init(list)
IMG.init=nil
local count=0
@@ -16,6 +18,7 @@ function IMG.init(list)
end
IMG.loadOne=nil
end
IMG.loadOne=coroutine.wrap(load)
function IMG.loadAll()load(true)end
end