This commit is contained in:
Lenheart 2024-04-01 18:00:34 +08:00
parent ac05ad8b82
commit f7f317d5da
3 changed files with 12 additions and 2 deletions

BIN
sqr.7z

Binary file not shown.

View File

@ -77,6 +77,13 @@ class FiendwarHallMyPartyEditC extends LenheartNewUI_Windows {
//继承类 并重写 调用时传入InfoIndex
PartyIndexButton.OnClick = function(MyInfoIndex) {
PartyMarkFlag = MyInfoIndex;
local T = {
op = 20063015,
teamsId = 2,
cidNew = 15
num = 1
}
BasicsDrawTool.SendPackEx(T);
}.bindenv(this);
Childrens.append(PartyIndexButton);
}
@ -97,7 +104,10 @@ class FiendwarHallMyPartyEditC extends LenheartNewUI_Windows {
}
if (PartyMarkFlag != 0) {
L_sq_WA(0x1b46898, 16);
// L_sq_WA(0x1b46898, 16);
// L_sq_WA(0x1b46898, 47);
}
}

View File

@ -402,7 +402,7 @@ function L_MouseCallBack(MouseState, MouseFlag, MousePos_X, MousePos_Y) {
function L_OpenOldWindowCallBack(WindowIndex) {
print(WindowIndex);
//将新窗口渲染队列改为下层
getroottable().WindowsShowABFlag <- false;
// if (WindowIndex != 170) getroottable().WindowsShowABFlag <- false;
}
//窗口逻辑入口