控件框架基础引入
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user