升级image模块,不再需要在启动时就加载好图片资源
This commit is contained in:
@@ -21,7 +21,6 @@ local loadingThread=coroutine.wrap(function()
|
||||
logoColor2={COLOR.rainbow_light(r)}
|
||||
end
|
||||
YIELD('loadSFX')SFX.loadAll()
|
||||
YIELD('loadImage')IMG.loadAll()
|
||||
YIELD('loadSkin')
|
||||
for i=1,SKIN.getCount()do
|
||||
SKIN.loadOne()
|
||||
|
||||
Reference in New Issue
Block a user