1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00
This commit is contained in:
Ean Milligan
2025-05-03 21:03:30 -04:00
parent aa7814d1fe
commit 65a182cb50
13 changed files with 48 additions and 77 deletions

View File

@@ -197,7 +197,7 @@ const updateHeatmapPng = async () => {
hourPixels[hour][0] + 1,
dayPixels[day][1] - dayPixels[day][0] + 1,
hourPixels[hour][1] - hourPixels[hour][0] + 1,
Image.rgbToColor(255 * (1 - percent), 255 * percent, 0)
Image.rgbToColor(255 * (1 - percent), 255 * percent, 0),
);
}
}