大约有 2 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0016 秒)
...howall"; //设置剧中对齐 Laya.stage.alignH = "center"; //设置横竖屏 Laya.stage.screenMode = "vertical"; //显示FPS Laya.Stat.show(0, 50); Laya.loader.load("res/music/Music_start.mp3", ...
来源: Laya_社区 发布时间: 20170105
... = "showall"; Laya.stage.alignV = 'middle'; Laya.stage.alignH = 'center'; Laya.stage.screenMode = "vertical"; Laya.stage.bgColor = "#101825"; this.init() } init() { // 预加载图集 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, this.onLo...
来源: Laya_社区 发布时间: 20171213