小地图绘制修改
This commit is contained in:
parent
67a8f9ecda
commit
66b971a9f4
@ -13560,14 +13560,14 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
sy += 60;
|
||||
sx += 30;
|
||||
}
|
||||
core.fillRect(ctx, sx, sy, sw, sh, "#000");
|
||||
core.strokeRect(ctx, sx, sy, sw, sh, "#fff", 5);
|
||||
core.fillRect(ctx, sx - 10, sy - 10, sw + 20, sh + 20, "#000");
|
||||
core.strokeRect(ctx, sx - 10, sy - 10, sw + 20, sh + 20, "#fff", 5);
|
||||
core.setTextAlign("outerUI", "center");
|
||||
core.fillBoldText1(
|
||||
ctx,
|
||||
core.status.maps[center].areas,
|
||||
sx + sw / 2,
|
||||
sy - 10,
|
||||
sy - 20,
|
||||
"#FFFFFF",
|
||||
"#000000",
|
||||
6,
|
||||
|
Loading…
Reference in New Issue
Block a user