[]新手,图片加载不进去,没有报错。很疑问


屏幕快照_2017-02-22_下午7.14_.04_.png

图片显示不出来
屏幕快照_2017-02-22_下午7.14_.19_.png

 
已邀请:

Laya_XS

赞同来自:

var BackGround=(function(_super){
function BackGround(){
BackGround.__super.call(this);
this.bg1 = new Laya.Sprite();
this.bg1.loadImage("comp/bg.png");
this.addChild(this.bg1);
}
Laya.class(BackGround,"BackGround",_super);
return BackGround;
})(Laya.Sprite)
代码我这样写可以正常显示,你试试

要回复问题请先

商务合作
商务合作