Actor API增加完成

This commit is contained in:
2025-10-25 23:52:26 +08:00
parent 89899a3799
commit 433fa315b2
7 changed files with 290 additions and 82 deletions

View File

@@ -30,6 +30,7 @@ function _MainUI_Enter_(UI_Scene) {
local Test1 = sq_CreaterWindowInstance("测试窗口", Window_NotiBox, 150, 150, 364, 356, 20);
Test1.ResetFoucus();
local act = Actor();
// local Canv = Canvas(600, 600);
// _SYS_UI_SCENE_Instance_.AddChild(Canv);
@@ -53,3 +54,4 @@ function _MainUI_Update_(deltaTime) {
}
//主界面UI退出回调
function _MainUI_Exit_() {}