111
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user