This commit is contained in:
2025-08-27 08:45:37 +08:00
parent f3d0cbd222
commit 0d0465fad3
20 changed files with 2263 additions and 330 deletions

View File

@@ -83,9 +83,9 @@ class RepairWorldMapC extends LenheartNewUI_Windows {
//绘制主界面
function DrawMain(obj) {
if (!getroottable().rawin("RINDRO_CONFIG")) {
return;
}
// if (!getroottable().rawin("RINDRO_CONFIG")) {
// return;
// }
//黑框
L_sq_DrawImg("interface/minimap_minimap_town.img", 8, 131 + YosinWorldMapX, 7 + YosinWorldMapY);
//绘制区域名称
@@ -144,6 +144,9 @@ function Sq_DrawMiniMapUI(obj) {
}
}
L_Windows_List <- [];
getroottable().rawdelete("LenheartPluginsInitFlag");
getroottable().rawdelete("EventList_Obj")
getroottable().rawdelete("RepairWorldMap_Obj");
function Lenheart_RepairWorldMap_Fun(obj) {
@@ -153,4 +156,7 @@ function Lenheart_RepairWorldMap_Fun(obj) {
}
}
getroottable()["LenheartFuncTab"].rawset("RepairWorldMapFuncN", Lenheart_RepairWorldMap_Fun);
getroottable()["LenheartFuncTab"].rawset("RepairWorldMapFuncN", Lenheart_RepairWorldMap_Fun);