next
This commit is contained in:
@@ -48,7 +48,7 @@ export default function customNametags() {
|
|||||||
|
|
||||||
graphics.drawRect(x, y2 + height, width + border * 2, height + border * 2, 0, 0, 0, 200);
|
graphics.drawRect(x, y2 + height, width + border * 2, height + border * 2, 0, 0, 0, 200);
|
||||||
graphics.drawRect(x, y2 + height, width, height, 41, 66, 78, 255);
|
graphics.drawRect(x, y2 + height, width, height, 41, 66, 78, 255);
|
||||||
graphics.drawRect(x - width / 2 * (1 - armour), y2 + height, width * armour, height, 48, 108, 135, 200);
|
graphics.drawRect(x - width / 2 * (1 - armour), y2 + height, width * armour, height, 200, 0, 0, 200);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
graphics.drawRect(x, y2, width + border * 2, height + border * 2, 0, 0, 0, 200);
|
graphics.drawRect(x, y2, width + border * 2, height + border * 2, 0, 0, 0, 200);
|
||||||
|
|||||||
Reference in New Issue
Block a user