大约有 5 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
...); var Game = (function(){ (function Game(){ Laya.init(480,852); this.bg = BackGround(); Laya.stage.addChild(this.bg); })(); })(); src/BackGround.jsvar BackGround = (function(_super){ function BackGround(){ BackGround.super(this); this.bg1 = new Laya.Sprite(); this.bg1.loadImage("war/background.png"...
来源: Laya_社区 发布时间: 20181003
...代码如下: var bgSprite = new Laya.Sprite(); bgSprite.loadImage("war/background.png"); bgSprite.scaleX = Laya.stage.width / 480; bgSprite.scaleY = Laya.stage.height / 852; Laya.stage.addChild(bgSprite); 在安卓和其他的ios设备上都正常,但是在iphone xr上就遇到了显示不...
来源: Laya_社区 发布时间: 20190525
...p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; color: #000000; background-color: #ffffff} libc++abi.dylib: terminating with uncaught exception of type NSException 手机型号是 iPhone 6 附件 : --> 2020-02-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20200223
...式 file.style="filter:alpha(opacity=0);opacity:0;width:200px;height:100px;background:url(b1.png) no-repeat center;cursor:pointer;"; file.type ="file";//设置类型是file类型。 file.size ="30"; file.accept="image/png/jpg";//设置文件的格式为png; file.style.position ="absolute"; // file...
来源: Laya_社区 发布时间: 20190129
...匿名函数,点击会跳转到我的个人网站。// 设定背景 var background = new Laya.Sprite(); background.loadImage("linkgame_back.jpg"); background.cacheAsBitmap = true; Laya.stage.addChild(background); // 设定标题 var title = new laya.display.Text(); title.text = g_game_title; title...
来源: Laya_社区 发布时间: 20160623