3000,3000

This commit is contained in:
ManfredAabye
2025-05-04 09:03:00 +02:00
committed by GitHub
parent 897f02ab81
commit 65bf1ab946
+3 -3
View File
@@ -172,8 +172,8 @@ define('TILE_SIZE', '25px'); // Größe der Farbfelder / Size of color fields
// Zentrum des Grids
// Center of the grid
define('CONF_CENTER_COORD_X', 5500); // X-KOORDINATE DES ZENTRUMS / X coordinate of the center
define('CONF_CENTER_COORD_Y', 5500); // Y-KOORDINATE DES ZENTRUMS / Y coordinate of the center
define('CONF_CENTER_COORD_X', 3000); // X-KOORDINATE DES ZENTRUMS / X coordinate of the center
define('CONF_CENTER_COORD_Y', 3000); // Y-KOORDINATE DES ZENTRUMS / Y coordinate of the center
define('MAPS_X', 32); // Anzahl der Kacheln in X-Richtung / Number of tiles in X direction
define('MAPS_Y', 32); // Anzahl der Kacheln in Y-Richtung / Number of tiles in Y direction
@@ -199,4 +199,4 @@ $feed_urls = [
// Maximale Anzahl der Einträge pro Feed
// Maximum number of entries per feed
$max_entries = 50;
?>
?>