[LayaAirIDE 1.0]ts 空项目 版本1.7.20 下的load 调用2次 第二次 失效
var assets =[];
assets.push({url:"res/atlas/UI/Shop.atlas",type:Laya.Loader.ATLAS})
assets.push({url:"res/atlas/setting.atlas",type:Laya.Loader.ATLAS})
assets.push({url:"res/atlas/shop_buy.atlas",type:Laya.Loader.ATLAS})
assets.push({url:"res/atlas/build.atlas",type:Loader.ATLAS})
Laya.loader.load(assets,Handler.create(this,null),Handler.create(this,this.proces,null,false));
第一次成功 当我第二次调用失败 资源not found 资源是不同的
assets.push({url:"res/atlas/UI/Shop.atlas",type:Laya.Loader.ATLAS})
assets.push({url:"res/atlas/setting.atlas",type:Laya.Loader.ATLAS})
assets.push({url:"res/atlas/shop_buy.atlas",type:Laya.Loader.ATLAS})
assets.push({url:"res/atlas/build.atlas",type:Loader.ATLAS})
Laya.loader.load(assets,Handler.create(this,null),Handler.create(this,this.proces,null,false));
第一次成功 当我第二次调用失败 资源not found 资源是不同的
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Aar0n
赞同来自: