[]UI编辑发布后运行lose skin

import WebGL = Laya.WebGL;
import Begin = ui.testUI;
import Handler = Laya.Handler;
import Loader = Laya.Loader;
// 程序入口
class GameMain{
private begin: Begin;
constructor()
{
Laya.init(600,400, WebGL);
Laya.stage.bgColor = "#000000";

Laya.loader.load("comp/button.png", Handler.create(this, this.onLoaded));
}

private onLoaded(): void {
this.begin = new Begin();
Laya.stage.addChild(this.begin);
}
}
new GameMain();
已邀请:

李吱儿哇

赞同来自:

file:///C:\Users\1\AppData\Roaming\Tencent\Users\564418442\TIM\WinTemp\RichOle\V8OK%A~8@983VK`{E7KSAXI.png

要回复问题请先

商务合作
商务合作