mirror of
https://github.com/ManfredAabye/oswebinterface.git
synced 2026-08-14 00:57:50 +00:00
3000,3000
This commit is contained in:
@@ -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;
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user