getName() : ''; $mapWidth = $mapObj ? $mapObj->getWidth() : 10; $mapHeight = $mapObj ? $mapObj->getHeight() : 10; $mapDescription = ''; if (!empty($mapObj) && method_exists($mapObj, 'getDescription')) { $mapDescription = $mapObj->getDescription(); } ?> Modifier le projet Mettez à jour les paramètres de la carte Configuration Nom de la carte Taille (rayon hexagonal) >Rayon ( cases) Aperçu Description Modèle Choisissez un modèle $tmeta) { if (!in_array($tid, ['neutral','rural','urban'])) continue; $sel = ($templateId ?? '') === $tid ? ' selected' : ''; echo '' . htmlspecialchars($tmeta['name']) . ''; } } ?> $tmeta) { if (empty($tmeta['class'])) continue; $class = $tmeta['class']; try { if (method_exists($class, 'tileDefinitions')) { $defs = $class::tileDefinitions(); $tilesExport[$tid] = $defs; } } catch (Throwable $e) { $tilesExport[$tid] = []; } } } ?> Annuler Enregistrer
Mettez à jour les paramètres de la carte