Duwibi
2025-03-24 15:44:57 -07:00
committed by GitHub
parent 6a82b8eefc
commit ab44751b08
11 changed files with 65 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ export const MapDescription: Record<keyof typeof GameMapType, string> = {
Britannia: "Britannia",
GatewayToTheAtlantic: "Gateway to the Atlantic",
Australia: "Australia",
Iceland: "Iceland",
};
@customElement("map-display")