Added Mars. Excluded from public lobby playlist. Changed Africa image background to transparent.

This commit is contained in:
NewHappyRabbit
2025-02-20 20:42:17 +02:00
parent aa76c28bb1
commit 1dfc0aef39
11 changed files with 26983 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ export const MapDescription: Record<keyof typeof GameMapType, string> = {
BlackSea: "Black Sea",
Africa: "Africa",
Asia: "Asia",
Mars: "Mars",
};
@customElement("map-display")