diff --git a/system/public/aesthetic.computer/lib/disk-worker-manifest.json b/system/public/aesthetic.computer/lib/disk-worker-manifest.json index 8be799479..bc1142b78 100644 --- a/system/public/aesthetic.computer/lib/disk-worker-manifest.json +++ b/system/public/aesthetic.computer/lib/disk-worker-manifest.json @@ -1,5 +1,5 @@ { - "filename": "disk.worker.aaeb46181f43.mjs", - "sha256": "aaeb46181f43907ba7b3997a44567782da7a116f68ec89b2b45417d2ab85f7cc", + "filename": "disk.worker.6e14aa1aee71.mjs", + "sha256": "6e14aa1aee717741aec199a170ec47153fc5126c84c69b6e383fe010b5840ec4", "bytes": 1652555 } diff --git a/system/public/aesthetic.computer/lib/disk.worker.aaeb46181f43.mjs b/system/public/aesthetic.computer/lib/disk.worker.6e14aa1aee71.mjs similarity index 99% rename from system/public/aesthetic.computer/lib/disk.worker.aaeb46181f43.mjs rename to system/public/aesthetic.computer/lib/disk.worker.6e14aa1aee71.mjs index b3a3cc4e2..f142d500b 100644 --- a/system/public/aesthetic.computer/lib/disk.worker.aaeb46181f43.mjs +++ b/system/public/aesthetic.computer/lib/disk.worker.6e14aa1aee71.mjs @@ -45649,14 +45649,14 @@ async function makeFrame({ data: { type, content } }) { if (currentHUDSuperscript === ".com") { const dotWidth = cachedAPI.text.width(".", "MatrixChunky8"); $.ink("black"); - $.write(".", { x: superscriptX, y: superscriptY + 1 }, void 0, void 0, false, "MatrixChunky8"); + $.write(".", { x: superscriptX, y: superscriptY }, void 0, void 0, false, "MatrixChunky8"); $.write("com", { x: superscriptX + dotWidth + 1, y: superscriptY + 1 }, void 0, void 0, false, "MatrixChunky8"); if (socket?.connected) { $.ink(0, 255, 100); } else { $.ink(255, 100, 100); } - $.write(".", { x: superscriptX - 1, y: superscriptY }, void 0, void 0, false, "MatrixChunky8"); + $.write(".", { x: superscriptX - 1, y: superscriptY - 1 }, void 0, void 0, false, "MatrixChunky8"); $.ink(0, 220, 255); $.write("com", { x: superscriptX + dotWidth, y: superscriptY }, void 0, void 0, false, "MatrixChunky8"); } else {