Compare commits
2 Commits
5602b59827
...
c279aac744
Author | SHA1 | Date | |
---|---|---|---|
c279aac744 | |||
66b971a9f4 |
@ -13560,14 +13560,14 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
sy += 60;
|
sy += 60;
|
||||||
sx += 30;
|
sx += 30;
|
||||||
}
|
}
|
||||||
core.fillRect(ctx, sx, sy, sw, sh, "#000");
|
core.fillRect(ctx, sx - 10, sy - 10, sw + 20, sh + 20, "#000");
|
||||||
core.strokeRect(ctx, sx, sy, sw, sh, "#fff", 5);
|
core.strokeRect(ctx, sx - 10, sy - 10, sw + 20, sh + 20, "#fff", 5);
|
||||||
core.setTextAlign("outerUI", "center");
|
core.setTextAlign("outerUI", "center");
|
||||||
core.fillBoldText1(
|
core.fillBoldText1(
|
||||||
ctx,
|
ctx,
|
||||||
core.status.maps[center].areas,
|
core.status.maps[center].areas,
|
||||||
sx + sw / 2,
|
sx + sw / 2,
|
||||||
sy - 10,
|
sy - 20,
|
||||||
"#FFFFFF",
|
"#FFFFFF",
|
||||||
"#000000",
|
"#000000",
|
||||||
6,
|
6,
|
||||||
@ -13656,7 +13656,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
"楼传": function () {
|
"楼传": function () {
|
||||||
// 在此增加新插件
|
// 在此增加新插件
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user