[] Laya.Loader.getRes请教
Laya.loader.load("res/atlas/games/game_13/image.atlas", Handler.create(this, this.createView));
在createView回调里面调用 let tex: Texture = Laya.Loader.getRes("image/shake_01.png");
想拿图集中的某一张图片。发现拿不到这张图片。
但是我换个默认的图集Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, this.createView));
却能拿到图集中的图片。是我打包图集的问题吗?这两个图集的.atlas文件都有在res下面啊。
在createView回调里面调用 let tex: Texture = Laya.Loader.getRes("image/shake_01.png");
想拿图集中的某一张图片。发现拿不到这张图片。
但是我换个默认的图集Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, this.createView));
却能拿到图集中的图片。是我打包图集的问题吗?这两个图集的.atlas文件都有在res下面啊。
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
Monica - 知识达人
赞同来自: thekingreturn
qian
赞同来自: thekingreturn
看一下这个帖子