SKIN模块升级,其他多媒体模块微调
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user