控件框架基础引入

This commit is contained in:
2025-10-21 23:06:06 +08:00
parent b16e8d7820
commit 5d78244ef0
10 changed files with 381 additions and 70 deletions

View File

@@ -15,6 +15,10 @@ function _MainUI_Enter_(UI_Scene) {
local TestWindow = sq_CreaterWindowInstance("HUD窗口", Window_hud, 0, 0, 1280, 720, 0);
TestWindow.ResetFoucus();
local Test1 = sq_CreaterWindowInstance("测试窗口", Window_NotiBox, 150, 150, 364, 356, 20);
Test1.ResetFoucus();
}
//主界面UI事件回调
function _MainUI_HandleEvents_(EventType, EventData) {