更新装备融合
This commit is contained in:
parent
a1adcb89b4
commit
4ae8117485
|
|
@ -99,7 +99,11 @@ function L_drawMainCustomUI_All() {
|
|||
// MemoryTool.EncodeMemoryData(0x304bdc00+0x1054,7);
|
||||
// TTTAAA <- null;
|
||||
|
||||
// L_NewWindows("Lenheart", 56, 0x1);
|
||||
|
||||
|
||||
// L_NewWindows("Lenheart", 412, 0x1);
|
||||
|
||||
|
||||
// L_Sq_CallFunc(0xE6E070, "int", FFI_THISCALL, ["int", "int", "int", "int"], 0x01ADE090, 56, 0, 0);
|
||||
// getroottable().Lsnzz <- Clock();
|
||||
|
||||
|
|
|
|||
|
|
@ -288,11 +288,11 @@ class ItemCrossoverC extends LenheartNewUI_Windows {
|
|||
}
|
||||
|
||||
|
||||
L_Windows_List <- [];
|
||||
getroottable().rawdelete("LenheartPluginsInitFlag");
|
||||
getroottable().rawdelete("EventList_Obj")
|
||||
getroottable().rawdelete("ItemCrossover_Obj");
|
||||
getroottable().rawdelete("L_Each_Obj");
|
||||
// L_Windows_List <- [];
|
||||
// getroottable().rawdelete("LenheartPluginsInitFlag");
|
||||
// getroottable().rawdelete("EventList_Obj")
|
||||
// getroottable().rawdelete("ItemCrossover_Obj");
|
||||
// getroottable().rawdelete("L_Each_Obj");
|
||||
|
||||
function Lenheart_ItemCrossover_Fun(obj) {
|
||||
local RootTab = getroottable();
|
||||
|
|
|
|||
|
|
@ -199,11 +199,7 @@ class ItemFusionC extends LenheartNewUI_Windows {
|
|||
AddChild(ConfirmButton);
|
||||
|
||||
//创建槽
|
||||
<<<<<<< HEAD
|
||||
Slot = [ItemFusionC_ItemSlot(58, 68, 0), ItemFusionC_ItemSlot(159, 68, 1), ItemFusionC_ItemSlot(108, 192, 2)];
|
||||
=======
|
||||
Slot = [ItemFusionC_ItemSlot(58, 68), ItemFusionC_ItemSlot(159, 68), ItemFusionC_ItemSlot(108, 192)];
|
||||
>>>>>>> a11458d226ec41caa22d30b6d76893362389e3e1
|
||||
foreach(value in Slot) {
|
||||
AddChild(value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue