add transparency gps

This commit is contained in:
math-pixel
2026-05-20 16:56:01 +02:00
parent 09a9471814
commit 246da0019a
4 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ export function BackgroundMapPage() {
const width = maxX - minX;
const height = maxZ - minZ;
const maxDim = Math.max(width, height);
const centerX = (minX + maxX) / 2;
const centerZ = (minZ + maxZ) / 2;