大约有 3 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0036 秒)
....stage.alignV = Laya.Stage.ALIGN_TOP; Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; } } Victor • 2017-07-10 13:55 @cuixueying 小莹这个问题还有救吗?急等! Victor • 2017-08-09 11:50 @cuixueying 我现在仍然在面临,safari横屏调出地址栏时整个游戏下移的问题。我...
来源: Laya_社区 发布时间: 20170707
...); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; setup(); })(); function setup() { var list = new List(); list.itemRender = Item; list.repeatX = 1; list.repeatY = 4; list.x = (Laya.stage.wid...
来源: Laya_社区 发布时间: 20180312
...txt.text = "Loading"; this.txt.width = Config.GameWidth; this.txt.align = "center"; this.txt.y = (Config.GameHeight - this.txt.height) * 0.5; this.addChild(this.txt); } _proto.progress = function(value){ this.txt.text = "Loading " + parseInt(value * 100) + "%"; } })();[/i][i](function () { /** * 游...
来源: Laya_社区 发布时间: 20160803