This commit is contained in:
2024-11-15 10:32:19 +08:00
parent c1df659af4
commit e1528c41bb
35 changed files with 6343 additions and 62 deletions

View File

@@ -202,14 +202,8 @@ class HudUiC extends LenheartNewUI_Windows {
}
// local Window = sq_GetPopupWindowMainCotrol(74);
// print(Window.IsWindowFocus());
// asos = R_Utils.GetCharacByEqu(0, 0, [601550071, 601560067, 601570062, 601520061, 601500069, 601510068, 601530060, 601540069, 601580026, 27601]);
// asos = sq_CreateAICharacter(900);
}
asos = null;
function RegisterWidget() {
//铃铛按钮
@@ -278,7 +272,7 @@ class HudUiC extends LenheartNewUI_Windows {
local Width = XCounts == 0 ? 0 : 30 + ((XCounts - 2) * 20);
local YCounts = (EventCounts - 1) / 8;
L_sq_DrawWindow(getroottable()["LenheartEventOffset"].x + 456 - 5, getroottable()["LenheartEventOffset"].y - 5 - (YCounts * 21), Width, YCounts * 20, "interface2/hud/hudbox.img", 0, 22, 20, 7, 21);
if (getroottable().rawin("LenheartEventOffset")) L_sq_DrawWindow(getroottable()["LenheartEventOffset"].x + 456 - 5, getroottable()["LenheartEventOffset"].y - 5 - (YCounts * 21), Width, YCounts * 20, "interface2/hud/hudbox.img", 0, 22, 20, 7, 21);
}
function DrawBall(obj) {
@@ -610,6 +604,8 @@ class HudUiC extends LenheartNewUI_Windows {
//绘制活动图标背景槽
DrawEventBackground(obj);
}
function Show(obj) {