assuming 16:9 or 21:9 like layouts for point-centering of stars

This commit is contained in:
Ludwig Lehnert 2025-04-14 18:33:18 +02:00
parent ff7ac1bab5
commit a0bf73dae6

View File

@ -56,7 +56,7 @@
[x, y]: [number, number],
width: number,
): [number, number] {
return [x + width / 200, y + width / 200];
return [x + width / 200, y + width / 120];
}
const linesSVG = document.getElementById("stars-lines");